Guest User

Guest User

  • Tech Writer
  • 2.1k
  • 469.5k

File name maybe incorrect on database path?

Feb 5 2020 2:13 AM
Hi Team
 
Please help me to understand this error, the web config has the following connectionString. What does this error mean? Do i have to change the path..? 
  1. <connectionStrings>  
  2.     <add name = "eNtsaOnlineRegistrationDB" connectionString = "Data Source=GcobaniM-L\SQLEXPRESS;AttachDbFilename=[DataDirectory]\eNtsaOnlineRegistrationDB.mdf;Initial Catalog=eNtsaOnlineRegistration; Integrated Security=True" providerName="System.Data.SqlClient"/>  
  3.   </connectionStrings>  

Answers (13)