We have a website running ASP.NET MVC 4 which would occasionally show the HTML page source when loaded, instead of the output generated by the view + controller. Restarting the associated Application Pool fixes this until it randomly happens again.
The web server is an AWS EC2 instance running on Windows 2012. Trying to Google this turned out to be in vain. Has anyone experienced this and knows what's the cause and how to fix this?
Thanks.