Hi All,
We are deploying website by using windows authenticated user. It is default using 'NT AUTHORITY\NETWORK SERVICE'. Not sure, how I can push to use other windows user ex: computername\user1.
<add name="Conn_Name"
connectionString="data source=localhost\SQLEXPRESS;
initial catalog=testdb;Integrated Security=SSPI;"
providerName="System.Data.SqlClient" />
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
When I create 'NT AUTHORITY\NETWORK SERVICE' login with right permission, it is working, will it have any security vulnerabilities.
Generally this all starts from the IIS side, what credentials are the app pools running as?
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply