I'd like to start by saying that while I have programmed for 20 years, I have never gotten proficient at security issues. They have always plagued me. So if you don't dumb it down, I won't understand what you're telling me.
I have an existing ASP.NET MVC website that is working fine. In the past I could debug it in Visual Studio with no problem. Then my employer upgraded my development machine to Windows 10. Now whenever I start in debug mode the website says Access Is Denied. The error goes on to say:
401.2.: Unauthorized: Logon failed due to server configuration.
I can still open the same local copy in Internet Explorer running on IIS 7 (I think), but I get Access Is Denied when I try to run it from Visual Studio. So maybe I need to focus on the configurations in the development server, if that's the right term. I'm using Windows authentication and role-based security. I've looked over the IIS configurations (I don't understand that much better than security) and it appears that Windows authentication is enabled. That's about all I know. I'm hoping somebody has an idea how to solve this. I've looked at similar question on StackOverflow and I've seen some similar error solutions on MSDN, but none of them helped me. At least they're paying me by the hour.