Hi All,
Can someone please help me with this?
I have an application in ASP.NET 2.0. Inside this ASP.NET 2.0 application folder, I have another ASP.NET 1.1 application. When I try to access the 1.1 application, i get a run time error as mentioned in the end of this post. This is happening because when I try to access my 1.1 application, ASP.NET first reads the web.config file of the parent folder (ASP.NET 2.0 application), but since 1.1 does not understand the new schema of ASP.NET 2.0 web.config, it throws this error.
Can someone tell me how to fix this issue. If its not possible then is there any work around for this?
In short my question is: Is it possible to have a 1.1 application inside a 2.0 application
Thanks in advance. See the error details below
Cheers,
Raj
Server Error in '/ComSer' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute 'xmlns'.
Source Error:
Line 1: <?xml version="1.0"?>
Line 2:
Line 3: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
Line 4:
Line 5: <configSections>
Source File: D:\Inetpub\wwwroot\CSPublic\web.config Line: 3
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300