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
Currently I do the following: Create package using msbuild something.csproj /P:Configuration:Some /T:Package
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 trying to deploy my web app to Azure using this method, but periodically, i get this error.Any ideas?I rebooted the instance, still happens.
I wonder whether it is possible to do auto branching using Teamcity. As currently I am automatically publishing web开发者_StackOverflow中文版 applications using web deploy and the only thing left is b
How do I create a folder using microsoft web deploy? Also, when I have created that folder how do I set the ACL on it?
So, here is the deal. In web app project settings I configured a deployment package which inc开发者_运维技巧ludes all content files along with IIS settings for the site & app pool. Now, when i go
Can somebody explain (better than the technet/msdn docs) what the auto provider exactly does, how it works, and when to use it.
When I try to create a package for web deploy using msbuild it only includes the projects dll.The package zip file or the temp directory does not include the referenced project\'s dlls.