I\'m trying to setup Web Deploy on IIS 7, so that 1-click publishing in Visual Studio works. Every time i try and publish the app i get a 401 error, which seems to be failing to auth against WMSvc.I
I have a solution that contains multiple integration test projects and one web application project. each integration project connects to the web application when running the tests. I would like for ea
We have a single solution which contains one webapp project and some accompanying projects. Our TFS 2010 is building this solution every night and deploys the webapp to an IIS server. It runs like a b
I\'开发者_StackOverflowm trying to put two web projects that needs to be installed in different virtual directories in the same Web Setup Project, because they are closely related, but they have to ru
开发者_开发技巧When I do the steps to activate Web Deploy for a Windows Azure Web Role it won\'t create publish profiles. This used to work like a charm but now it won\'t work any more. Any thoughts?
I\'m using vs 开发者_StackOverflow中文版2010 and have a web application project. I currently use the right-click \"publish\" option on my project using the \"web deploy\" option to publish the entire
I\'m using MS WebDeploy out of Visual Studio 2010 to deploy a ASP.NET 2.0 web forms site.In my source project I have a master page (admin.master) with a code-behind (admin.master.cs).
We have recently started to use cluster servers in our company. I have done some reading on MS WebDeploy and the techno开发者_如何学JAVAlogy looks promising. Our requirements:
when I\'m trying to deploy to an IIS7 website using Web Deploy, one of t开发者_如何学运维he options is to Mark as an IIS Application on destination.
I\'ve been following a very helpful blog post by Xinyang Qiu for adding gacAssembly elements to my Web Deploy site manifest.Unfortunately, the gacAssembly provider doesn\'t appear to be able to packag