R
Raghu
Is it possible to have multiple web.config files in a given virtual
directory in different directories? For example:
http://localhost/myapp (Virtual directory maps to C:\MyApp)
http://localhost/myapp/newFolder (web folder in the above virtual dir maps
to C:\MyApp\NewFolder)
Can I have one web.config file at C:\MyApp and another at
C:\MyApp\NewFolder? When I tried to do this, VS.NET web project (during
debugging) throws an errors saying that something is wrong at the server? So
I compiled the project and tried to bring to navigate to a page in the
browser (without debugging), I still get an error. But when I remove the
web.config file at C:\MyApp\NewFolder, it works fine.
Any help is appreciated.
Thanks.
Raghu/..
directory in different directories? For example:
http://localhost/myapp (Virtual directory maps to C:\MyApp)
http://localhost/myapp/newFolder (web folder in the above virtual dir maps
to C:\MyApp\NewFolder)
Can I have one web.config file at C:\MyApp and another at
C:\MyApp\NewFolder? When I tried to do this, VS.NET web project (during
debugging) throws an errors saying that something is wrong at the server? So
I compiled the project and tried to bring to navigate to a page in the
browser (without debugging), I still get an error. But when I remove the
web.config file at C:\MyApp\NewFolder, it works fine.
Any help is appreciated.
Thanks.
Raghu/..