Hi
Im trying to connect to SQL Server with ASP.NET using this code:
<c>
myConnectionString = "Initial Catalog=kundhantering;Data Source=localhost;Integrated Security=SSPI";
SqlConnection myConnection = new SqlConnection(myConnectionString);
myConnection.Open();
</c>
I get an error that looks something like this:
"Login failed for user <myComputerName\ASPNET"
Im trying to connect to SQL Server with ASP.NET using this code:
<c>
myConnectionString = "Initial Catalog=kundhantering;Data Source=localhost;Integrated Security=SSPI";
SqlConnection myConnection = new SqlConnection(myConnectionString);
myConnection.Open();
</c>
I get an error that looks something like this:
"Login failed for user <myComputerName\ASPNET"