Re: Multiple web.config files in a virtual directory
From: Curt_C [MVP] (software_AT_darkfalz.com)
Date: 05/27/04
- Next message: January Smith: "Re: strip non-numeric characters"
- Previous message: hb: "Re: How to redirect whole web site?"
- In reply to: Raghu: "Multiple web.config files in a virtual directory"
- Next in thread: John Saunders: "Re: Multiple web.config files in a virtual directory"
- Reply: John Saunders: "Re: Multiple web.config files in a virtual directory"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 27 May 2004 10:47:58 -0500
yes, but you are limited what can be in the second one... usually thought
its better to have the ONE in the root and use the <location> tags to
explicitely handle things in the subfolders
-- Curt Christianson Owner/Lead Developer, DF-Software Site: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com "Raghu" <Raghu@nospamzzzqcsi.com> wrote in message news:uii1o$$QEHA.1312@TK2MSFTNGP12.phx.gbl... > 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/.. > >
- Next message: January Smith: "Re: strip non-numeric characters"
- Previous message: hb: "Re: How to redirect whole web site?"
- In reply to: Raghu: "Multiple web.config files in a virtual directory"
- Next in thread: John Saunders: "Re: Multiple web.config files in a virtual directory"
- Reply: John Saunders: "Re: Multiple web.config files in a virtual directory"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|