Hi,
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.website.com/test/a123.asp
Here, "demo" is directory and "efg.asp" is classic asp page.
I want to access that "a123.asp" page by only typing following
www.Website.com/test
Something like Asp.Net MVC routing.
Is it possible ?
Mani.R