Jeff, Thank you for you reply - It will be nice if I can run as a second site, but that is not option for me in this case. When I setup DNN 5.4 using framework 3.5 but virtual web app using framework 2.0 will generate the following error:
---
Parser Error Message: Section or group name 'system.web.extensions' is already defined. Updates to this may only occur at the configuration level where it is defined.
Source Error:
Line 3: Line 4: Line 5: Line 6: Line 7:
|
Source File: C:\VirtualWebApps\IQC\web.config
Line: 5
Section or group name 'scripting' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\VirtualWebApps\IQC\web.config line 6)
Section or group name 'scriptResourceHandler' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\VirtualWebApps\IQC\web.config line 7)
Section or group name 'webServices' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\VirtualWebApps\IQC\web.config line 8)
Section or group name 'jsonSerialization' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\VirtualWebApps\IQC\web.config line 9)
Section or group name 'profileService' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\VirtualWebApps\IQC\web.config line 10)
Section or group name 'authenticationService' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\VirtualWebApps\IQC\web.config line 11)
-----------------------
If I can upgrade my application to 3.5 framework then the error will go away but again that's not an option also. Seems to me the error generate due the inheritInChildApplications start at <system.web>
and not at <configSection>
Any help is greatly appreciated.
dinh