With VS2010, we introduced ?web deployment tool? as the new publish method; at the same time, FTP publish is still available and supported in VS2010. In web application project system, because we centralized main deployment workflow, so some new features usually introducd at the same time with ?web deployment tool? is also available to FTP publish. This includes a most important one ?web.config transformation?. You can refer Vishal?s post for more detail of how to author transformation files. In this post I will use a simple case to just show how the transformation is wired even you still use publish methods like FTP or plain file system copy. 1. Create a new web application project 2. Expand the ?web.config? node (If you create a Visual Basic...(read more) ...
Go to the complete details ...