ASP.NET Webforms 4.0 Routing : How to get rid of physical urls.
- by Alper Ozcetin
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.