webdeploy
Deploy using IIS Web Deploy (WMSv)c with basic auth fails but NTLM works?
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[详细]
2023-03-16 23:39 分类:问答how do I use web deploy to deploy multiple sites on localhost with different ports
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[详细]
2023-03-15 23:03 分类:问答How to tell TFS to deploy multiple webapps containing in one solution?
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[详细]
2023-03-15 11:00 分类:问答Install two web sites in two different virtual directories with a Visual Studio Web Setup project
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[详细]
2023-03-13 09:10 分类:问答Web Deploy in Azure wont create publish profiles?
开发者_开发技巧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?[详细]
2023-03-13 07:00 分类:问答what tool to use to automate building & publishing content in VS2010?
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[详细]
2023-03-10 21:22 分类:问答ASP.NET WebDeploy and Code Behind Files
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).[详细]
2023-03-03 18:05 分类:问答Considering WebDeploy for internal cluster sites. Experiences?
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:[详细]
2023-03-02 19:14 分类:问答What is the Visual Studio's Web Deploy "Mark as an IIS Application on destination" mean?
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.[详细]
2023-03-02 06:31 分类:问答Can Web Deploy package local assemblies for the target server's GAC?
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[详细]
2023-02-28 11:22 分类:问答