Root of a Virtual Directory on IIS 4.0 - TechRepublic
General discussion
April 18, 2001 at 05:56 AM
ashley.hardesty

Root of a Virtual Directory on IIS 4.0

by ashley.hardesty . Updated 25 years, 2 months ago

I’ve added a Virtual Directory under my Defualt Web Site in IIS 4.0. The .asp files that this virtual directory is pointing to was written with RELATIVE paths…so when one of the .asp pages looks for /login.asp, it’s traversing all the way to the root of the default web site, not the root of the Virtual Directory.

Is there a way to solve this without having to re-write all the .asp pages to point to REAL paths? Maybe something in the GLOBAL.ASA file that sets the root?

This discussion is locked

All Comments