How to do this..?
my ASP application has around 500 files. so When i ran my app it is working fine. But i want to be make my url as constently.
I mean if the file is going like aa.asp then url will be like this
at present
http://www.myURL.com/aa.asp
-------------------------------------
insted of this i need like
http://www.myURL.com/ -- All times it should be constent.
How to do this i same some of the sites has this feture.
Thnaks