Hide the name of .aspx page
how to hide the page name of a project......means like default.aspx................when we run this on localhost or server then the name will not display......pls send the code and the process.......
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sunny SharmaPosted Jan 30, 2014, 1:58 AM
you need to use URL Rewriting in this case. Follow the link below and modify your web.config file accordingly. That's all you need to do.
http://www.hanselman.com/blog/RedirectingASPNETLegacyURLsToExtensionlessWithTheIISRewriteModule.aspx
OR,
You can start learning how to create the rules by yourself:
http://www.iis.net/learn/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module
Happy Learning :)
selva kumarPosted Jan 30, 2014, 1:33 AM
Refer the url .You may get an idea...
http://saleemdotnet.blogspot.in/2012/08/how-to-hide-aspnet-web-page-name-or.html
http://forums.asp.net/t/1909600.aspx
"Mark As Answered" If its helpful..