<div class="post-text" itemprop="text">
After recompiling and debugging a .NET mvc application, IIS now refuses to show any pages, not even an index.html in the root of inetpub, and give 404 errors. I did have to do a hard stop of the iis (iisreset) just prior to this, which took a long time and I recycled the app pool. I've done that lots of times without any issue.
2016-07-20 23:00:11 ::1%0 2599 ::1%0 80 HTTP/1.1 GET /index.html 404 - NotFound -
I tried uninstalling and reinstalling IIS, still same issue. I even uninstalled and reinstalled WAS.
All the resources/files are there, and I can step through the virtual directory on the iis management window.
Any idea what to try?
</div>