Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,

I have Created a Webapplication, its working fine.

My requirement is I want to hide the page name Default.aspx to Default (I need to hide the extension .aspx)

Home.aspx to Home
Registration.aspx to Registration.

etc etc ....I have no. of pages.

Those who access my website, they should not know application is created using which technology. .aspx , .php , ,jsp etc

Please help. how to hide the extension in browser.

Thanks in ADVANCE.
Posted

You may use URL rewriting for this purpose.

Link1[^]

Link2[^]
 
Share this answer
 
If you are using .Net 4.0 framwork then you cab go for Routing[^].
 
Share this answer
 
Comments
Software Engineer 892 23-Jul-12 6:39am    
am using .Net 3.5..............Please help.
GauravKP 23-Jul-12 9:28am    
If you have VS 2010 then you convert your project in 4.0, else go for URL Rewriting which is a bit difficult as compared to Routing.

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