Hi,
I have my website published in IIS 6.0 which is 1.1 framework, and within the website there is a virtual directory for a 3.5 web application.
Website is VB.Net (1.1 framework) and the application as part of the virtual directory is C# (3.5 framework). When I try to browse the web application as part of the virtual directory this throws an error as it is trying to refer the web.config of the parent website (1.1 framework).
I read on few of the blogs that we can use <location path="." inheritInChildApplications="false"> in the web.config of the parent website, but it is supported 2.0 and above.
Please can someone share some idea as to how can I get this resolved and both the web applications refer to their respective web.config files.
Thanks in advance.