Hi,
I am migrating a site from II6 to II7.
The site is setup like this:
Physical folders:
e:\CSharp
e:\Site
e:\Site\root
Now, in IIS, the root of the site points to "e:\Site\root"
and in there is one virtual application "toto" which points to "E:\Site"
Now in my CSharp folder there is
"E:\Csharp\tutu.cs"
and in Site there is :
"E:\Site\tata.aspx"
in tata.aspx there is the line:
<!-- #include file="../CSharp/tutu.cs" -->
This works fine in II6, but in IIS7 I have an error: "
Can not find: E:\Site\root\Csharp\tutu.cs".
Is there a way to fix the configuration in IIS7 so that the #include file= directive works again?
Than you for your help