Re: Hide ASPX Extension
- From: "gerry" <germ@xxxxxxxxxxxxx>
- Date: Sun, 21 May 2006 08:20:22 -0400
sure - but that wasn't the question being asked.
"Juan T. Llibre" <nomailreplies@xxxxxxxxxxx> wrote in message
news:er0RM%23$eGHA.4976@xxxxxxxxxxxxxxxxxxxxxxx
If you do that, I fear your site's throughput will sink.2-300%
What you are suggesting would increase the site's processing by at least
which would reduce your site's throughput to 33% or 25% of what it shouldhandle.
much
For what ? For an esthetic "hide my extension" consideration ?
Thanks, but no thanks.
I value ASP.NET for its processing capability, which allows me to have
more throughput than comparable platforms...with a lot less programmingeffort.
news:OqvzSn6eGHA.2456@xxxxxxxxxxxxxxxxxxxxxxx
Hobbling my web server to satisfy an esthetic desire is pointless, imho.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"gerry" <germ@xxxxxxxxxxxxx> wrote in message
configure iis to have all requests ( * ) handled by asp.net..gif , .js , .css etc
configure the appropriate static resource handlers in your web.config -
in Application_BeginRequest use url rewriting to send the remainingrequests to the proper handler
2.0?
ie
requests for http://www.mysite.com sent to default.aspx
requests for http://www.mysite.com/products sent to products.aspx
requests for http://www.mysite.com/support sent to support.aspx
...
Gerry
"Matt" <mdframe@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23ESWgh5eGHA.4976@xxxxxxxxxxxxxxxxxxxxxxx
Does anyone know how to hide the ASPX extension of web pages in ASP.Net
Thanks,
Matt
.
- Follow-Ups:
- Re: Hide ASPX Extension
- From: Juan T. Llibre
- Re: Hide ASPX Extension
- References:
- Hide ASPX Extension
- From: Matt
- Re: Hide ASPX Extension
- From: gerry
- Re: Hide ASPX Extension
- From: Juan T. Llibre
- Hide ASPX Extension
- Prev by Date: Re: Getting sample code to work from a 'Wrox' book...
- Next by Date: Re: Download the html and then images
- Previous by thread: Re: Hide ASPX Extension
- Next by thread: Re: Hide ASPX Extension
- Index(es):
Relevant Pages
|