Click here to Skip to main content
15,905,073 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi


how to rewrite url name by hiding the extension fro eg:"default.aspx" should replace with "default".I placed o files in one separate folder in my project,now i want to replace all the files which are in that folder it should be done dynamically without changing to every file
Posted
Comments
KaushalJB 16-May-14 9:32am    
Giving description like this would not help...post some code that you have done for more reference and answers..

If your project is in framework 4.0 or above then please go for URL Routing instead of URL rewriting..

You can refer the below links to know about URL Routing.

http://msdn.microsoft.com/en-us/library/vstudio/cc668201%28v=vs.100%29.aspx[^]

http://www.codeproject.com/Articles/77199/URL-Routing-with-ASP-NET[^]
 
Share this answer
 
 
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