How to properly deploy to IIS 7
Right now I deploy the project to our production server using Visual Studio 10's ftp uploader. It's very slow and I notice it doesn't remove deleted files (ie files deleted in the project) from the server once finished.
How can I make this s开发者_开发问答tep more robust, automated and professional?
Take a look at WebDeploy. Scott Hanselman did a great demo of it at PDC and you can watch it here: http://www.hanselman.com/blog/WebDeploymentMadeAwesomeIfYoureUsingXCopyYoureDoingItWrong.aspx
It's very robust and extensible.
精彩评论