Classic asp routing issue
Hello All,I am working on classic asp project. I want to access page in directory by only typing directory and get rid off page from last.
ex. Currently: www.abc.com/demo/efg.asp
Here, "demo" is directory and "efg.asp" is classic asp page.
I want to access that "efg.asp" page by only typing following
www.abc.com/demo
Something like Asp.Net MVC routing.
Is it possible ?
Thanks in advance