I recently received a new computer for work. I installed VS2017 along with all of the other requirements.
When I run my web app, I can't get it to display anything but a blank page. Even the source code is empty. I am using IIS Express on a Windows 2012R2 server.
This is pretty much an identical setup as my previous computer. Everything works as intended on my old computer.
When I step through the Logon class, I do not get any noticeable errors.
I have tried changing the port to the IIS Express instance and that didn't change anything. I was hoping there was a conflict somewhere. I have also restarted visual studio.
I'm not even sure where to troubleshoot this since everything looks to be in place and I'm not seeing any errors.