Hi,
could someone help me to understand the following what this error message.
If I run my web site under V4 I got following error :
-----------------------------------------------------------------------------------------------------------------------------
Server Error in '/' Application.
An unexpected network error occurred.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.IOException: An unexpected network error occurred.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
But If I run the web site under V2, then I got the following message.
brachsites is another sites on the same IIS
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: There are multiple root elements. Line 198, position 2.
Source Error:
Line 198:</configuration>
Line 199:
Line 200:<location path="brachsites" allowOverride="true">
Line 201: <system.web>
Line 202: <trust level="Full" originUrl=""/>
Source File: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Config\machine.config Line: 200
Version Information: Microsoft .NET Framework Version:2.0.50727.8009; ASP.NET Version:2.0.50727.8015
Thanks in advance
the setting of line 200 onwards, which is " <location path="brachsites" allowOverride="true"> "... should be put within the <configuration> tag. which mean should be put before line: 199.
or simply remark from line: 199 onwards.