Re: Hide ASPX Extension
- From: "Matt" <mdframe@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 21 May 2006 11:37:00 -0400
How about this, if I can't do this then I loose a 500K contract, is that underlying issue good enough to require the hiding of an extension!
"gerry" <germ@xxxxxxxxxxxxx> wrote in message news:OqvzSn6eGHA.2456@xxxxxxxxxxxxxxxxxxxxxxx
configure iis to have all requests ( * ) handled by asp.net
configure the appropriate static resource handlers in your web.config - .gif , .js , .css etc
in Application_BeginRequest use url rewriting to send the remaining requests to the proper handler
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 2.0?
Thanks,
Matt
- References:
- Hide ASPX Extension
- From: Matt
- Re: Hide ASPX Extension
- From: gerry
- Hide ASPX Extension
- Prev by Date: Re: What is the life expectancy of static hashtable
- Next by Date: Re: Hide ASPX Extension
- Previous by thread: Re: Hide ASPX Extension
- Next by thread: Dynamic event handling!
- Index(es):
Relevant Pages
|