webdeploy
Web Deploy dump dirPath not working with delegation and a non-Admin user
I\'m trying to run the following Web Deploy command: msdeploy.exe -verb:dump -source:dirPath=\"C:\\Deploy\",wmsvc=localhost,username=<user>,password=<pass>[详细]
2023-02-08 17:54 分类:问答How do I configure MSBuild to use a saved publishProfile for WebDeploy?
I have used Visual Studio to create a publish profile.It saved tha开发者_开发知识库t information to MyProject.Publish.xml, located in the root of my project directory.[详细]
2023-02-08 15:41 分类:问答MSDeploy runCommand using relative path
I am trying to run a command as a part of my packaging/deployment process via MSDeploy.In particular, I am trying to create a custom event log by running installutil against one of my DLLs, but I am h[详细]
2023-02-08 03:46 分类:问答WebDeploy to deploy multiple web sites
We\'re using this process to use WebDeploy to deploy and compile two web sites that are a part of the solution.The approach we took was found here:[详细]
2023-02-07 02:47 分类:问答Web deploy 2.0 can't enable Windows Authentication?
Before i write a powershell script to enable Windows Authentication, I just want to make sure web deploy cannot already do this. Can someone confirm this?[详细]
2023-02-06 14:06 分类:问答Web deploy 2.0 vs. Web Farm Framework 2.0
Af开发者_运维技巧ter reading Scott Gu\'s newest post, I wondered how Web Deploy and Web Farm Framework are different?Web deploy is how the applications (websites) and server configurations are synchro[详细]
2023-02-05 19:18 分类:问答Transforming files with msdeploy
Can I 开发者_开发知识库use the config transforms mechanism of MSDeploy to transform other files?(another approach)[详细]
2023-02-05 14:09 分类:问答How do I use IIS 6 Web Deploy to deploy to a non-default virtual path?
I\'m using IIS6, Web Deploy Agent Service, and MSBuild\'s MSDeploy hooks to deploy.It deploys right now with this set of arguments to MSBuild:[详细]
2023-02-04 22:57 分类:问答What's the difference between http://*:80 and http://+:80
In learning about Web Deploy I came across some netsh.exe commands that talk about http://+:80 and 开发者_如何学Gohttp://*:80. What do those mean?As quoted from URLPrefix Strings (Windows):[详细]
2023-02-03 01:22 分类:问答msdeploy (Web Deploy) failing with 401 auth issues
I\'m trying to get msdeploy installed and set up. I\'ve installed the remote service on the web server, but all my tests are giving me a 401 unauthorised error. The server is Windows 2008 R2.[详细]
2023-01-30 20:50 分类:问答