Has anyone gotten a web deployment project for working with ASP.NET MVC? When I open a “deployed” project, many files are missing, which requires MVC, and makes it difficult to publish all the missing files to the server on the server.
Or ... Is there a better way than a web deployment project to modify Web.Config for MVC applications? I have differences (SMTP and connection strings) that need to be updated before the download and web deployment projects look right.
Thanks, as always!
Update: I am missing at least global.asax, global.asax.cs and default.aspx.cs.
Update 2: After posting, I get this error. Could not load type 'AppNamespace._Default'.
asp.net-mvc web-deployment-project
Daniel A. White
source share