webdeploy
Can we package and publish a website using webdeploy
In Visual Studio, is it necessary to convert a开发者_如何学JAVA website into Web Application project for Web Deploy to work?It\'s not possible to publish a website created in Visual Studio 2010 unless[详细]
2023-03-27 23:25 分类:问答MSBUILD web deploy package zip file does not inherit permissions from parent folder
I\'m creating a zip file from msbuild using the package target.It creates开发者_运维技巧 it fine and the folder I\'m putting it in has permissions for a user that allows that user to have full control[详细]
2023-03-27 04:11 分类:问答Web Deploy: how do I include specific files in a webdeploy package?
I am transitioning my web application solution from xcopy deployment to Web Deploy deployment. I have a PostBuild action that generates files the web app needs at runtime.[详细]
2023-03-26 12:14 分类:问答MSBUILD Unable to force PackageLocation for Package target
I\'m trying to build a deployment package for my web service from msbuild just like you can do in Visual Studio by right-clicking on the project file.[详细]
2023-03-26 09:43 分类:问答WebDeploy API (IIS 7) - "public API": resources?
Does anyone know any resources for the WebDeploy API?Has anyone used it? I\'ve tried asking on the official forum, and look开发者_StackOverflow社区ed around the site (the one that says there\'s a \'P[详细]
2023-03-26 08:56 分类:问答How to deploy a database with fulltext indexes with WebDeploy
I\'m trying to deploy a new asp mvc3 website using webdeploy. The problem is that the sql that is autogenerated when creating the package does not contain the fulltext indexes that I have created in t[详细]
2023-03-24 12:24 分类:问答MsDeploySourceManifest - RunCommand: Set options (DontUseCommandExe, waitInterval)
I can\'t seem to set the runCommand options in my MSDeploySourceManifestTask.Path works fine but the others do not.[详细]
2023-03-24 02:27 分类:问答Msbuild is not copying web.config file while transformation
TransformWebConfig folder is empty after msbuild publish. Following is the teamcity log [09:31:43]: [CollectWebConfigsToTransform] GetPublishingLocalizedString[详细]
2023-03-23 18:13 分类:问答How to get to commandline msdeploy from VS2010 web deploy
I have a project which I can deploy to 4 sites from within VS2010, 2 using file based deployment and 2 using web deploy.[详细]
2023-03-18 03:35 分类:问答Specify different path for provider iisApp when creating package with msdeploy
How I make the package I make the msdeploy package like this: msdeploy.exe -verb:sync -source:iisApp=c:\\content\\ -dest:package=c:\\pkg.zip[详细]
2023-03-17 22:30 分类:问答