ASP.NET Webforms 4.0 Routing : How to get rid of physical urls.

Posted by Alper Ozcetin on Stack Overflow See other posts from Stack Overflow or by Alper Ozcetin
Published on 2010-03-29T19:49:52Z Indexed on 2010/03/29 19:53 UTC
Read the original article Hit count: 331

Filed under:
|
|

Hi,

How would you accomplish these in ASP.NET Webforms 4.0 Routing;

  • People should not reach .aspx pages directly, without routes,
  • Start page should be "/" or "/home" or something else, but not "Default.aspx",
  • Static content should not be handled by routing.

Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about webforms