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.
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
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
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:
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
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
I have a psake script to manage my deployments, the process is as follows: Compile & run tests Generate a deployment package using msbuild
I\'m using this command to build and deploy m开发者_如何学编程y site: MSBuild myprj.sln /P:Configuration=Debug
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.
I am trying to deploy Orchard using WebDeploy. Orchard has the following folder structure, Orchard.Web is the root of my web application