Virtual directory Question

  • Thread starter Thread starter Gordowey
  • Start date Start date
G

Gordowey

Hi all, I have a questioion about how to configure my virtual
directory

I have my website at "c:\inteput\wwwroot", and I have also a virtual
directory "c:\inteput\wwwroot\admin"

I am using ASP.NET, asn W2K3.

In my website (www.mydomain.com) I have my web.config,
global.asax...etc, and in my "www.mydomain.com/admin", I have also my
web.config, global.asax, becasue both are SEPARATE websites
(applications)

The problem is that when I try to browse my virtual directory,
"www.mydomain.com/admin", it gives me an error of the web.config of the
parent directory.
I mean, it seems that first tries to execute the web.config of the
wwwroot, and gives me an execption, because of a reference of a DLL
that is in my website (but not in my ADMIN) site

How can I resolve this??


Thanks

Alberto
 
Gordowey said:
Hi all, I have a questioion about how to configure my virtual
directory

I have my website at "c:\inteput\wwwroot", and I have also a virtual
directory "c:\inteput\wwwroot\admin"

I am using ASP.NET, asn W2K3.

In my website (www.mydomain.com) I have my web.config,
global.asax...etc, and in my "www.mydomain.com/admin", I have also my
web.config, global.asax, becasue both are SEPARATE websites
(applications)

The problem is that when I try to browse my virtual directory,
"www.mydomain.com/admin", it gives me an error of the web.config of the
parent directory.
I mean, it seems that first tries to execute the web.config of the
wwwroot, and gives me an execption, because of a reference of a DLL
that is in my website (but not in my ADMIN) site

How can I resolve this??


Thanks

Alberto

just one more info,...

I have created the virtual directory as application (to be separated
from the parent), but still tries to run the web.config of the parent
folder!! why??

any help would be appreciated

Alberto
 
Back
Top