Web.config problem
- From: rsht <zhouhengs@xxxxxxxxx>
- Date: Mon, 4 Feb 2008 17:02:00 -0800 (PST)
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
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET Version:1.1.4322.2032
.
- Follow-Ups:
- RE: Web.config problem
- From: Michael Nemtsev
- Re: Web.config problem
- From: Coskun SUNALI [MVP]
- RE: Web.config problem
- Prev by Date: RE: Confirm Extender for ButtonField
- Next by Date: RE: Dispose
- Previous by thread: pass a record id to an insert query
- Next by thread: Re: Web.config problem
- Index(es):
Relevant Pages
|