I have a mvc website that run just fine previously, but for reasons unknown, I cannot get it running any more.
I'm suspecting that there's something odd happening with external code executing on PreApplicationStart.
Examining the dump files looks like there was no managed code running at all.
Is there any other steps i could take to debug this? All i get is these not so helpful messages.
Request ended: http://localhost:51136/ with HTTP status 500.19
Request ended: http://localhost:51136/favicon.ico with HTTP status 500.19
There is no detailed error messages what so ever and just a blank page on browser.
This with running the code from Visual studio 2013 using IISExpress.
applicationhost.config looks just fine and all the other mvc projects I have launch just fine.