How to hide aspx extension in asp.net project?
Ex -
http://mcs.com/Profile.aspx
http://mcs.com/Profile
or
http://mcs.com/
How to hide aspx extension in asp.net project?
Ex -
http://mcs.com/Profile.aspx
http://mcs.com/Profile
or
http://mcs.com/
quick search pulled up a rule you can run
If you are using ASP.NET 4, you can use URL Routing (not rewriting). you can see this post: http://weblogs.asp.net/scottgu/archive/2009/10/13/url-routing-with-asp-net-4-web-forms-vs-2010-and-net-4-0-series.aspx
you need to use URL-Rewriting for this...
URL Rewriting in ASP.NET