Hello
I am a starter (entry-level programmer), working as a programming consultant for a small company. I have done a web application in ASP.Net with VB as the source code. When i did the build on that application, it works well on the local host and displays all the requirements. But when i tried to put it on the server it throws the errors like:
server error in '/' application: COnfiguration error.
Server Error in '/' 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: The XML declaration is unexpected. Line 3, position 3.
Source Error:
Line 1:
Line 2:
Line 3: <?xml version="1.0"?>
Line 4: <!--
Line 5: Note: As an alternative to hand editing this file you can use the
Source File: C:\Inetpub\wwwroot\TestWeb\website1\web.config Line: 3
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
Can any body please help me with this in DETAIL?
And the other time i get the error like the parser error: Error occured while parsing.
Thank You
I am a starter (entry-level programmer), working as a programming consultant for a small company. I have done a web application in ASP.Net with VB as the source code. When i did the build on that application, it works well on the local host and displays all the requirements. But when i tried to put it on the server it throws the errors like:
server error in '/' application: COnfiguration error.
Server Error in '/' 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: The XML declaration is unexpected. Line 3, position 3.
Source Error:
Line 1:
Line 2:
Line 3: <?xml version="1.0"?>
Line 4: <!--
Line 5: Note: As an alternative to hand editing this file you can use the
Source File: C:\Inetpub\wwwroot\TestWeb\website1\web.config Line: 3
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
Can any body please help me with this in DETAIL?
And the other time i get the error like the parser error: Error occured while parsing.
Thank You