Reputation:
I have look through a few answers on SO for a solution to this. I have tried everything on the question page HERE but to no avail. Once I change the user to something else, it will work and show the page, but my web-app is unable to make a connection to the database as any other user is unauthorised to access the DB in my dev-environment.
I have tried copying the settings from another person on the dev-team who it works for but it still doesn't work.
Upvotes: 2
Views: 1410
Reputation: 923
Try logging into IIS and change your Identity to your user account but with your new password that you use to login. You will need to do this everything you change your login password.
The reason it was working before is because it was running with your old credentials but not your new ones, which took effect on the restarting of your computer.
Note
I think the link you provided, the first answer actually says this, but does not make reference to the user login password being changed affecting the Identity in the IIS. Might just be the wording.
Upvotes: 0
Reputation: 31
IIS:
SQL:
Upvotes: 1