Problem in attaching database ?
Dear Sir,
I have attached the dtabase using sql server management studio and followed each and every step mentioed in the book minutely. after compleging every step when I run the website through the option view in browser following error gets.
Server Error in '/SATYAM_SRI' 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 entry 'LocalSqlServer' has already been added.
Source Error:
Line 32: Initial Catalog=PV_POINT; User ID=PlanetWroxUser;password=camel@2468"
Line 33: providerName="System.Data.SqlClient"/>
Line 34: <add name="LocalSqlServer" connectionString="Data Source=ABC-PC;
Line 35: Initial Catalog=aspnetdb; User ID=PlanetWroxUser;password=camel@2468"
Line 36: providerName="System.Data.SqlClient"/>
Source File: C:\Users\abc\Desktop\SATYAM_SRI\web.config Line: 34
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
Please help me....
|