I have an ASP.Net website project that I am migrating to .Net 4.6.1.
I installed the Visual Studio 2015 community, and I successfully compiled and built both the website and its component DLL.
When I try to use IIS Express for debugging with F5, I get a 500 error ...
HTTP Error 500.0 - Internal Server Error Tracing area "Authentication,Security,Filter,StaticFile,CGI,Compression,Cache,RequestNotifications,Module,FastCGI,Rewrite,RequestRouting" is not recognized
This tells me that IIS Express does not have the installed module that I need. I thought it was possible that the ARR and Rewrite URLs were not installed, so I installed them unchanged.
My ApplicationPool in production uses PreWarmCache technology to launch and avoid “first hit” delays and other one-time launches.
Help getting IIS Express to launch the site will be very helpful.
source share