I am working on classic asp application. I have use URL rewrite on some pages.
How can i get current url of the page in classic asp?
Example: http://www.site.com/page.asp ---> url rewrite in IIS ---> http://www.site.com/home/page
so here i want current url of the page which is http://www.site.com/home/page
Please help me. Thanks.