msdeploy
TFS deploy web site to IIS 6 on build
I\'m new to TFS and I\'m trying to set up my build server to automatically deploy a website to a local test server running IIS 6.[详细]
2023-04-12 18:29 分类:问答ERROR_USER_UNAUTHORIZED when deploy to IIS 7.5 when using IIS manager user
I\'m trying to deploy from a teamcity server to my iis server but I get unauthorized when I use an IIS Manager user set up in IIS. If I use a Windows account it works just fine. Am I missing something[详细]
2023-04-12 12:54 分类:问答How do I deploy using MSDeploy in Team Build 2010 using the WMSVC service and NTLM authentication?
I am trying to deploy using Team Build 2010 to a Windows Server 2008 R2 web server. My build server agent is setup to run under a Windows domain account.I have successfully given this domain account p[详细]
2023-04-11 00:10 分类:问答Can MSBuild exclude "Hidden" Web Deploy parameters from the generated SetParameters.xml?
In my Parameters.xml file, I have a couple of parameters that use the Web Deploy \"variable\" syntax to refer to other parameters, like this one that refers to the IIS Web Application Name parameter:[详细]
2023-04-10 00:44 分类:问答Web Deploy API (deploy .zip package) Clarification
I\'m using the web deploy API to deploy a web package (.zip file, created by MSDeploy.exe) to programmatically roll the package out to a server (we need to do some other things before we release the p[详细]
2023-04-09 23:14 分类:问答MS Deploy package to IIS site with custom path
I have a package I created from an IIS 6 site and 开发者_运维知识库I want to deploy it to IIS7 but I dont want to use the path specified in the package (it doesn\'t exist on target). How do I deploy t[详细]
2023-04-07 12:53 分类:问答psake calling msdeploy.cmd with parameter containing an ampersand
I have a psake script to manage my deployments, the process is as follows: Compile & run tests Generate a deployment package using msbuild[详细]
2023-04-06 16:38 分类:问答How do I skip certain files (or should I?) when deploying with MSBuild/MSDeploy?
I\'m using this command to build and deploy m开发者_如何学编程y site: MSBuild myprj.sln /P:Configuration=Debug[详细]
2023-04-06 05:09 分类:问答Using MsBuild to generate customized MsDeploy manifest (Package target)
I am using Web Deploy to package and deploy web sites for my product.In particular, I have two different projects in my solution I use this method to deploy.[详细]
2023-04-05 14:15 分类:问答Deploying nested bin folders using MSDeploy
I am trying to deploy Orchard using WebDeploy. Orchard has the following folder structure, Orchard.Web is the root of my web application[详细]
2023-04-04 13:13 分类:问答