1
votes

I have asp.net web apps deployed on my windows server 2016. Database is on the same machine. When I try to access DB from my web app, I get error - "Login failed for user 'Domain\ServerName$'"

Same setup works well on Windows Server 2012. On WS2012 setup, a BUILTIN\IIS_IUSRS gets added as a user in my DB on installation, but not on WS2016. When I manually add this user on WS2016 setup, it works fine.

I assume this is because of something new in IIS 10. Any help will be appreciated. Thanks :)

1
I am also getting same errorProgramming Geek
Please refer below mentioned link. stackoverflow.com/questions/2806438/…Programming Geek

1 Answers

0
votes

Got issue in our environment only. Our installer uses some binaries which were working to add IIS_IUSRS and those were not compatible for IIS10. Updating those helped.