I have a .NET web site with back-end SQL Server with IIS as web server. all on one machine. The configuration worked perfctly in Windows 7, but Had to reimage the machine nad got Windows 10. Now, I can access the web app but noone else can.
The web app is developed in C# and IIS is set up with basic authentication with impersonation for authenticated users. This is an intranet website. I also updated .NET Framework to 4.x and Visual Studio to 2017 from 2010 to support TLS 1.2.
I have given access to both Network Service and IUSR users, also the app pool user. No difference. There are no code changes, I just recompiled and re-published the website.I live in the world of domain and AD and there is no possibility that IT would create
a user group.
Any thoughts on how to make it work? Thanks in advance.