Hi, I have 2 applications each one with a different web.config that I want to run in one website. which one of them will be configured as a virtual directory. I can't seem to get over the configuration inheritance issue. I have tried the location tag over the system.web and it doesn't work. or maybe I'm doing it wrong as I understand I'm suppose to put it in the web.config in the root of the website. but I keep getting configuration errors. anyone... ?
+1
A:
You need to convert web app that stored in the virtual path to application in IIS. you can find it at below link http://www.banmanpro.com/support2/appstartpoint.asp
Mostafa
2009-07-26 11:55:47
it's already configured as an application in the iis.
Nir
2009-07-26 12:13:03
A:
An application is defined in the IIS, and web.config will be parsed for the root application (parent). If you want another web.config, you need another application.
Kobi
2009-07-26 11:56:41
A:
o.k found it! i guess you can't have the same connection string in both web.config's.
Nir
2009-07-26 12:29:55