Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to create the web application so that when i browse in browser it wont show .aspx as page extension.
thanks
Posted

One way is to create web application using ASP.Net MVC Framework. The other option is to use URL rewriting.Here is the link for URL rewriting:
http://www.iis.net/downloads/microsoft/url-rewrite[^]
 
Share this answer
 
v2
 
Share this answer
 
Check this out


[^]

URL Rewriting in ASP.NET 2.0[^]
 
Share this answer
 
Hi,

You can use web handler
Click Here[^]
 
Share this answer
 
You can achieve this by URL Rewriting[^]
 
Share this answer
 
Comments
Thomas Daniels 18-Dec-12 7:57am    
Reason for my vote of 1: same link as in solution 2.
[no name] 18-Dec-12 7:59am    
Ok.. Actually I didn't noticed that..

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