c# - How do I stop web.config inheritance -


OK

I have SP Pure 3.5 website in IIS 6 on Windows Server 2003 (32 bit) .

With an ASP.Net 1.1 WebApication in a sub-virtual directory. (The old 1.1.net runtime is set to use and its own application pool is configured so it is completely different for all intents and purposes.

Except this root The website's .net 3.5 web continues to remain .config

I have tried to add

  & lt; location path = inheritInChildApplications = "false" & gt;. ";  

for root web.config websites, but this does not seem to work

Strange Root is actually

 . SectionGroup name = "system.web.extensions" type = "System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, version = 3.5.0.0 , Culture = neutral, publicKeyToken = 31BF3856AD364E35 ">  

Information from where the website path is being given with .net 1.1 order / OLD_WEBAPP but it is web.config (.NET 3.5) As someone) is moaning about the website and how it does not understand the type feature on the sectionGroup tag.

What am I doing wrong? Please tell me that this is something clear. Thanks

  & lt; Location Path = "." InheritInChildApplications = "false" & gt; & Lt; System.web & gt; ... & lt; /system.web> & Lt; / Location & gt;  

Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -