Can we deploy an asp.net MVC application by copying the source codes only (without compiling them first) like we can do when deploying WebForm website project?
Can we deploy an asp.net MVC application by copying the source codes only (without
Share
No – MVC apps need compilation, like ASP.NET Web Application Projects.