How to create Web Deploy 2.0 projects in Visual Studio 2010?

We are using Visual Studio 2010 to publish to IIS using Web Deploy. I have now upgraded to Web Deploy 2.0 on the client, and the server (by uninstalling the old version and installing the new version).

From Visual Studio, it still seams to be creating web deploy 1.0 packages. This is where I am confused. How does Visual Studio integrate with Web Deploy? How do I get Visual Studio to create Web Deploy 2.0 packages?


Thanks for your post.

I just found a doc might help, it illustrates the installation and enabling of web deploy:

http://weblogs.asp.net/scottgu/archive/2010/09/13/automating-deployment-with-microsoft-web-deploy.aspx

Moreover, I think web deploy is more relevant to ASP.Net, and if you can post another thread at:

http://forums.asp.net/26.aspx?Configuration+and+Deployment

I believe you can get more useful information.

Hope this can help.


I got it working. The batch file that was being generated by web deploy was checking for v1.1 in the registry. Editing it to check for v2 works on a server that only has v2 installed.

After installing the Visual Studio service pack, I see now that the batch file is different, and no longer does a registry check so works with web deploy clients 1 and 2.

链接地址: http://www.djcxy.com/p/14328.html

上一篇: 用于Visual Studio 2010的Web部署构建工具

下一篇: 如何在Visual Studio 2010中创建Web Deploy 2.0项目?