webdeploy Questions
1
Is it possible to deploy the contents of a folder (plain Html files) to a specific web application on a remote IIS6/7 server?
The following command does not error, but neither does it publish any ...
1
Solved
I am wanting to use Web Deploy to run a custom deployment setup.
As I am wanting to have this work fine when running on many different environments (team members local machines, 4 different builds...
1
Solved
I'm trying to use the new publish profile support (available in VS2012 and in VS2010 via an update) to create a continuous delivery "deployment pipeline", whereby a package/zip is made in the first...
Murder asked 27/7, 2012 at 7:26
3
I'm trying to deploy my ASP.NET MVC 3 web application using VS2010 Publish feature.
I'm using Web Deploy as Publish method, but I'm getting this error:
Error 1 Web deployment task
failed.(Remot...
Measure asked 30/3, 2011 at 18:22
1
Solved
I have an ASP.NET MVC site that is hosted on an Amazon EC2 service. I want to establish auto deploy with MS WebDeploy to this site. I've found a great article about this: Automating Deployment with...
Meri asked 9/7, 2012 at 14:50
1
Solved
I'm a bit of a Continuous Delivery junkie and I have a passion for automating build, testing, and deployment processes. One thing that I really need some help on is what are the best practices when...
Bergschrund asked 23/6, 2012 at 14:4
1
Solved
I'm trying to install Web Deployment Tool 2.0 on my Windows Server 2008 R2.
The problem is that I can't see option 'IIS 7 Deployment Handler' in the feature customization screen during setup while...
Wynny asked 28/3, 2012 at 10:49
2
Solved
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?
Can I do so when publishing to file system using Visual Studio? Or do I have ...
Zampino asked 28/9, 2011 at 15:1
1
If I look at the Package/Publish Settings of a web application in Visual Studio 2010, there is an option to "Include all IIS settings as configured in IIS Manager (used only for IIS Web projects)"
...
Sandberg asked 5/1, 2011 at 18:58
1
We're using TeamCity to automate MSBuild to use WebDeploy to push our application to our various servers.
For the most part, we've got this working, and great. One snag, though: we've got a folder...
1
Solved
Can somebody explain (better than the technet/msdn docs) what the auto provider exactly does, how it works, and when to use it.
This is in regard to Web Deploy. I've seen a lot of documentation sp...
1
Solved
Is it possible to build a web deploy package containing a clickonce application that can be deployed to a web server using the standard webdeploy tool?
Here would be the ideal process:
MSBuild "...
3
Solved
I am using Web Deploy to deploy my MVC3 applications from Visual Studio 2010.
All goes perfect when I user the Administrator account of the server in the Web Deploy dialog.
I have a new employee ...
Renz asked 22/6, 2011 at 21:46
2
Solved
I'm trying to make a subdirectory in an MS Deploy package writable to the application pool user. Thanks to a helpful post about the setAcl provider by Kevin Leetham I was able to get most of what I...
Meperidine asked 28/7, 2011 at 15:59
3
Solved
my continuous integration server (TeamCity) is configured to run all the unit tests in our app on build. Prior to running those tests, i need to change some of the appSettings to make them valid fo...
Hendon asked 23/2, 2011 at 12:59
1
Solved
I have used Visual Studio to create a publish profile. It saved that information to MyProject.Publish.xml, located in the root of my project directory.
I would like the MSBuild task that gets exe...
Ellyellyn asked 3/2, 2011 at 18:42
1
Solved
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 somethi...
Vtol asked 13/10, 2011 at 7:30
2
Solved
I'm using Entity Framework 4.2 June 2011 CTP in a small web application (ASP.NET MVC 3) because it supports enums.
I tried to deploy it using web deploy and I get the following error :
The app...
Telepathy asked 9/9, 2011 at 16:59
1
Solved
TransformWebConfig folder is empty after msbuild publish. Following is the teamcity log
[09:31:43]: [CollectWebConfigsToTransform] GetPublishingLocalizedString
[09:31:43]: [GetPublishingLocalize...
Durno asked 27/7, 2011 at 8:45
1
I need to be able to add a single parameter in the AppSettings section to the SetParameters.xml file that is generated during a TFS build for deploying using MSDeploy. Currently only connection str...
1
Solved
I'm deploying a web application to my host using Web Deploy. When run from Visual Studio using the Publish command it works fine. When I try to deploy using web deploy from MSBuild the website beco...
2
Solved
I'm using TeamCity to build and deploy a collection of MVC Applications via msbuild and WebDeploy.
In a step previous to my solution build/deploy, I copy an app_offline.htm to the deploy directory...
Saccule asked 18/2, 2011 at 3:16
1
We have adopted WebDeploy for a new project and it seems to handle the deployment of our apps to our Dev and Test servers pretty well.
Now we would like to extend the use of WebDeploy to make it ...
Whitethroat asked 6/4, 2011 at 22:56
2
Solved
I migrated a Web Site project (with Web Deployment project) from VS2008 to VS2010. Now I can make "Build Deployment Package" for Web Deployment Project in VS2010 and it works great! But I can't fin...
Cuddle asked 18/3, 2011 at 21:12
2
Solved
Is it possible to include variables in a web.config transform file? For each environment, I have basically the same transform, just with different values. For example, for the development environme...
Lafreniere asked 7/3, 2011 at 21:21
© 2022 - 2024 — McMap. All rights reserved.