PDA

View Full Version : Configuration Error


bruce
02-17-2007, 06:31 AM
You have to replace the values between < > with your database information found in the SQL manager in the control panel.

:<

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

leshai
02-17-2007, 06:39 AM
Hello.
I get this error when connecting my sql/Express, Visual Web Developer to SQL Server 2005 .
Can anyone help. THANKS!
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: Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 13, position 65.

Source Error:






Line 11:
Line 12: <connectionStrings>
Line 13: <add name="ConnectionString" connectionString="Data Source="<sql server="" name="">.discountasp.net;Initial Catalog=<DB_Name>;User ID=<db_user>;Password=<DB_password>" />
Line 14: </connectionStrings>
Line 15:

Source File: E:\web\filmdrifter\htdocs\web.config Line: 13