R
rsht
I am trying to move an application to a new server. After that, I made
a change in the web.config for the "User ID" and Password since the
SQL server account is different. When I try to access the application,
I have the following error in the browser. Would please anyone give me
idea what I have missed? Many thanks!!
Server Error in '/WorkBuddy' 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 configuration section
'connectionStrings'
Source Error:
Line 10: <configuration>
Line 11: <appSettings/>
Line 12: <connectionStrings>
Line 13: <add name="MYDATAConnectionString" connectionString="Data
Source=localhost;Initial Catalog=MYDATA;User
ID=sql999;Password=xxxxxxx" providerName="System.Data.SqlClient"/>
Line 14: </connectionStrings>
Source File: D:\Webpages\Workbuddy\web.config Line: 12
a change in the web.config for the "User ID" and Password since the
SQL server account is different. When I try to access the application,
I have the following error in the browser. Would please anyone give me
idea what I have missed? Many thanks!!
Server Error in '/WorkBuddy' 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 configuration section
'connectionStrings'
Source Error:
Line 10: <configuration>
Line 11: <appSettings/>
Line 12: <connectionStrings>
Line 13: <add name="MYDATAConnectionString" connectionString="Data
Source=localhost;Initial Catalog=MYDATA;User
ID=sql999;Password=xxxxxxx" providerName="System.Data.SqlClient"/>
Line 14: </connectionStrings>
Source File: D:\Webpages\Workbuddy\web.config Line: 12