Hi Friends,
Nice Day,
I am having an ASP.NET web application, in which I have few .aspx files.
I don't want to expose .aspx file extension to user in the URL. I want to give a customized file extension which can be easily changeable time to time.
Eg :
Instead of http://www.xyz.com/MyHome.aspx. I want to show http://www.xyz.com/MyHome.mydeen
This extension can be changeable without much effort.
Please help me.