Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
hide .aspx extension in browser?????
Posted
Comments
Amit Jadli 7-Dec-15 1:57am    
For this you have to do URL Rewriting or URL Routing...

you can refer the below links..

http://www.codeproject.com/Articles/77199/URL-Routing-with-ASP-NET
http://www.codeproject.com/Articles/33341/URL-Rewriting-using-ASP-NET-for-SEO

1 solution

In order to achieve you need to implement URL routing or URL Rewriting. Go through below links that might help you:

https://msdn.microsoft.com/en-us/library/cc668201(v=vs.100).aspx[^]

URL Routing with ASP.NET 4.0[^]

http://www.aspsnippets.com/Articles/How-to-hide-remove-ASPX-extension-in-URL-in-ASPNet.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900