Exception Details:
System.Data.SqlClient.SqlException: can not open the logon request database "RealtyDB" login failed. account 'FAFHN24BNK43\JKAD754' login failed.
My connection string looks like this:
add name = "ApplicationServices"
connectionString="data source=.\SQLEXPRESS;User Instance=True;Initial Catalog=RealtyDB;Integrated Security=SSPI;"
providerName="System.Data.SqlClient"
if I removed the [User Instance=True;]
, my application will be fine.
Does anybody know why?