I'm getting an error when I install my solution onto my customers server and look at any webpage that tries to connect to the SQL server.
It's a VERY well documentated error, but each and every step I've followed across a multitude of websites still hasn't fixed it and I was wondering if anyone else has had this problem and fixed it.
In a nutshell, the error message says that "Login failed for NT AUTHORITY/NETWORK SERVICE".
There's a good link here which tells you about it.
Now I've followed those steps accordingly, an IT guy on site has followed those steps, as well as a few others.
My connection string within the web.config file reads as follows: (UN and PWD removed)
The SQL server has had the user as detailed in the link added, but still the error persists!
Has anyone had any experience of this as I'm due to deliver the solution to the client tomorrow. He's given me full access to his server via VNC so I can test off-site.
Any ideas?
TIA
It's a VERY well documentated error, but each and every step I've followed across a multitude of websites still hasn't fixed it and I was wondering if anyone else has had this problem and fixed it.
In a nutshell, the error message says that "Login failed for NT AUTHORITY/NETWORK SERVICE".
There's a good link here which tells you about it.
Now I've followed those steps accordingly, an IT guy on site has followed those steps, as well as a few others.
My connection string within the web.config file reads as follows: (UN and PWD removed)
<add name="sql_DMConnectionString" connectionString="Data Source=localhost;Initial Catalog=databasename;Integrated Security=SSPI;user=????;pwd=????" providerName="System.Data.SqlClient"/>
The SQL server has had the user as detailed in the link added, but still the error persists!
Has anyone had any experience of this as I'm due to deliver the solution to the client tomorrow. He's given me full access to his server via VNC so I can test off-site.
Any ideas?
TIA