I have seen this before, but I'm not sure what the actual reason is. I saw this most often using an ASP.NET website project, rather than an ASP.NET project for web applications, but I don’t know exactly what the reason is.
However, in my opinion, you should still use the web application style project, as it will precompile the most important parts of your application before deployment.
source
share