SqlException: Login failed for user 'NT AUTHORITY\NETWORK SERVICE

前端 未结 7 2221
无人及你
无人及你 2021-02-08 12:42


When I run web application via VS 2008, the application is able to log onto Sql server and check credentials ( user name and password ) entered by the user, but whe

7条回答
  •  心在旅途
    2021-02-08 13:17

    I encountered the same error with a fresh IIS setup. I used "integrated security=false;User Id=sa;Password=yourpassword" and everything worked just fine.

提交回复
热议问题