E
Elie Grouchko
Hi
I am running exactly the same ASP code on IIS 5.0 and IIS 6.0
I am calling Server.MapPath(), the parameter is a virtual path that includes
a reference to a parent path ("Root/Files/../Config/"). 'Config' is a
virtual directory under 'Root' which is also a virtual directory. 'Files' is
a normal folder.
Under IIS 5.0, the path is correctly mapped to the local path of the
'Config' virtual directory.
Under IIS 6.0, the path gets mapped to "C:\WebSite\Root\Files\..\Config",
ignoring the 'Config' virtual directory mapping.
Is there a special setting I should be aware of in IIS 6.0 to ensure correct
mapping of virtual paths?
Many thanks
Elie Grouchko
I am running exactly the same ASP code on IIS 5.0 and IIS 6.0
I am calling Server.MapPath(), the parameter is a virtual path that includes
a reference to a parent path ("Root/Files/../Config/"). 'Config' is a
virtual directory under 'Root' which is also a virtual directory. 'Files' is
a normal folder.
Under IIS 5.0, the path is correctly mapped to the local path of the
'Config' virtual directory.
Under IIS 6.0, the path gets mapped to "C:\WebSite\Root\Files\..\Config",
ignoring the 'Config' virtual directory mapping.
Is there a special setting I should be aware of in IIS 6.0 to ensure correct
mapping of virtual paths?
Many thanks
Elie Grouchko