Upgrade from ASP 1.1 to 2.0
Hi,
I am trying to upgrade my IIS from ASP 1.1 to ASP 2.0.I have an ISAPI filter URL Redirecter, which fetheces the forward path for the websites (shared hosting).
After upgrading the IIS, the ISAPI is being called and the ISAPI filter is returning the correct shared UNC path to IIS, but IIS at the end always tries to find the webpages at the path mentioned in the home directory in IIS properties.
I want IIS to look for the page at the location returned by the URL Redirecter. This configuration used to work properly on ASP 1.1.
Thanks,
Sinha
|