0
votes
0answers
7 views

MSDeploy WMSVC Not working

I have a build/test server which is currently running Jenkins for my continuous integration and it also is acting as my test server where code will be deployed to once built (i hope to rectify this ...
0
votes
0answers
12 views

Is “AutoParameterizationWebConfigConnectionStrings”-option the only way to prevent connection string tokenization?

I am still trying to get my head around MSBuild things. Currently I am fiddling around with deploying via powershell script using the generated scripts from the PackageWeb-Nuget-Package (video demo). ...
0
votes
0answers
34 views

TeamCity won't publish project using MsDeploy

I have msbuild command to publish my project (WCF Service Application) that looks as follow: msbuild FooBar.Service.csproj /p:DeployOnBuild=true; DeployTarget=MsDeployPublish; ...
0
votes
0answers
34 views

Msbuild just produces a package but does not deploy it when using a publish profile. Why?

MSBuild really seems to like me. Recently I am trying out the different possibilities to build and deploy from command line. However I am experiencing some seemingly strange behaviour when I pass a ...
0
votes
0answers
35 views

msdeploy cannot reach destination despite having web deployment service started

as you can see from the title I am experiencing some trouble deploying to a remote IIS. Here is what I have done so far: I have set up a virtual machine running an IIS7 on Windows Server 2008. I ...
1
vote
1answer
63 views

Deploy multiple configurations from command line without changing project files

Please don't be too harsh, because I do not grasp this entirely correctly still, but msbuild/msdeploy is giving me some headaches lately. Hopefully someone can provide a textual aspirin of some kind? ...
1
vote
0answers
65 views

ASP.NET MVC plugin architecture & deployments

For a customer we have an ASP.NET MVC plugin architecture consisting of: - 1 core web application (this is the root web application in IIS) - X plugins for which the content (views, css, scripts) are ...
1
vote
1answer
67 views

web.config transform at deploy time not build

I'm wanting to know how to perform the following Build & package an ASP.NET website to the file system Be able to deploy the website to one or more environments. I want to the transforms of ...
1
vote
0answers
32 views

MSDeploy broken on Team Build Server after Installing Visual Studio SDK

I have had nightly builds set up and working for a few months until now. I installed Visual Studio 2012 SDK on Saturday and now my builds are not deploying via MSDeploy. My build server has Visual ...
1
vote
3answers
70 views

TeamCity “.Net Process Runner” hangs

We have started migrating our one of several projects to team city as part of CI. Below is how we have setup teamcity build. We are trying to deploy WebSite. 1) Build Step 1 (Package installation) ...
2
votes
1answer
50 views

Schedule a task after deployment

I need to setup a scheduled task in Windows Task Scheduler (v2.0 on Windows Server 2008 R2) right after my web site deploys. I am using TFS 2010 to build my application, and apparently my MSBuild ...
1
vote
1answer
51 views

How can I set the deployment path for an iisApp Provider using MsDeploy?

I am creating Web Deployment Package zip files for my Web Applications I found I am able to specify the Site Name of the application by including a pubxml during the packaging of my site and using ...
3
votes
1answer
53 views

Creating Multiple SetParameters.xml from One Build task

I am searching for a solution that allows me to generate a Web Deploy Package and the associated deploy.cmd and SetParameters.xml. But I need to generate a deploy.cmd and SetParameters.xml Per ...
1
vote
1answer
71 views

VS2012 Error when creating publish package: Exception in Executing Publishing Access to path is denied

I am trying to publish an application with VS2012 and when i try and make the package i get an error that access to the path is denied. I have checked and my user has full control and verified the ...
0
votes
0answers
46 views

web publishing pipeline with teamcity

I have a project with a wpp pipeline that has some extra acl and dbDacFx tasks. The solution runs fine on my build machine and produces the correct deployment manifest, however when i run the same ...
0
votes
1answer
54 views

msbuild deployment - Only delete folders in package

I am using msbuild to build and deploy a package for a web application. I have a question on how files are synced. Let's say I have the following folder structure: -Root -Pages* -Javascript* ...
2
votes
3answers
104 views

Prevent MSDeploy (selectively) from deleting folders on target IIS server

I have an IIS web application with a structure roughly similar to: wwww.mysite.com file1.asp file2.asp \DotNet file3.aspx file3.aspx We are setting up TeamCity to do auto deployments. ...
1
vote
2answers
282 views

How can I pass MSDeploy-style parameters to MSBuild via the commandline?

I am setting up TeamCity to deploy our Website Project application (using a *.wdproj) and Web Deploy application to IIS. I have a build configuration that uses MSBuild.exe with the MSDeployPublish to ...
0
votes
0answers
162 views

TFS2012 - Troubleshooting MSBuild arguments to set up automated deployment

We are trying to set up automated deploys through TFS 2012 via MSBuild and MSDeploy but we are recieving a timeout when our production server attempts to deploy to the development server. All relevant ...
0
votes
1answer
191 views

Using MSBuild, how do I build an MVC4 solution from the command line (applying Web.config transformations in the process) and output to a folder?

I think the question title pretty much said it all, but for clarity, I am trying to: Build a VS2010 ASP.NET MVC4 solution from the command line (MSBuild), specifying a solution configuration (e.g. ...
1
vote
1answer
549 views

How do you specify the deployIisAppPath to a site root that is not DefaultWebSite?

I have a ASP.NET MVC web application project that I want to deploy to my IIS webserver. The site tree is set up thusly: SERVERNAME(myDomain\Username) Application Pools Sites Default Web ...
2
votes
2answers
67 views

Build once feasible with build server?

I have been reading about building once and then configuring for each environment. For example, here are some ideas how to do this: Build once and deploy to multiple environments with msdeploy & ...
1
vote
1answer
910 views

TFS 2012 Team Build and Web Application Deployment - ERROR_USER_NOT_ADMIN

We have a solution consisting of several class libraries, and a Web Application Project. We are using TFS 2012 with Team Build. The solution compiles correctly on the build server. I am currently ...
0
votes
1answer
194 views

MSBuild: (WebDeploy) Web package creation for selected web projects

I managed to get TFS 2010 to create Web Deployment ZIPs (WebDeploy). Now the issue is that I have multiple Web projects in the solution and packages are being created for all web projects. In the ...
1
vote
1answer
414 views

MSBuild Web Deploy not updating connection strings

I am currently trying to get my deployment process up and running on my production server. Currently I am using the web deploy and publish profiles to achieve this, and I have everything working ...
4
votes
1answer
2k views

How to use command line msbuild to deploy VS2012 Web Site project without precompiling it?

I've inherited a very large VS2012 web site project (not web application) and am trying to automate it's deployment. There are tons of circular references in the project so to get it to precompile ...
0
votes
1answer
233 views

Continuous deployment with multiple website projects in solution

We are using VS2012 and have a solution with 4 website projects in it. We have added the following MSBuild arguments to our Continuous Integration msbuild arguments: /p:DeployOnBuild=True ...
0
votes
1answer
72 views

Deploy a specific revison based on pinned build using MSBuild in TeamCity

My setup in TeamCity: I've got a "CI configuration" running a singular build step that uses a MSBuild script checked-in to the from the project. The configuration has a number of sub targets such as ...
3
votes
1answer
713 views

Publish Profile not working when building website project

I recognized that Web Deployment Projects are not supported in Visual Studio 2012. After reading this article, I tried to get Publish Profiles to work. After installing Visual Studio Web Publish ...
3
votes
3answers
1k views

WebDeploy with MSBuild Not Deploying from TeamCity

I am trying to use MSDeploy to deploy an MVC project to the server using TeamCity. When I do this on my computer in powershell, using the following command: msbuild.exe .\mvc.csproj ...
1
vote
1answer
451 views

Web Deploy to Server with MSBuild

I have a publish profile set up in a VS 2012 project. When I right click on the project in VS, select Publish and click on the [Publish] button, it publishes the project to the server using the ...
0
votes
1answer
362 views

MSBuild fails with two packages

Okay this is a fantastic bug. I have a 2012 solution that executes MSBuild on a 2012 TFS server. The parameters passed to the "MSBuild Arguments" field in build process template are as follows: ...
0
votes
0answers
201 views

MSDeploy - Can not deploy using the batch file generated by msbuild

With visual studio 2012 set up projects has been discontinued. I was finding a way to automatically do a web deploy using team city and I stumbled across this fantastic article ...
1
vote
3answers
3k views

Using MSBuild.exe to “Publish” a ASP.NET MVC 4 project with the cmd line

I need some quick help. I'm looking for a command to run against the MSBuild.exe that just takes a MVC 4 projects and plublishes it to a given directory. For example, MSBuild /.csproj -publish ...
2
votes
1answer
504 views

How to configure Application Pool with MSDeploy

I'm currently using MSBuild to create an MSDeploy package by passing in arguments: /p:DeployOnBuild=true;DeployTarget=Package I'm using a parameters.xml file (placed at the root of my website). ...
1
vote
2answers
181 views

SpecsFor.Mvc Build failed

Attempting to test out SpecsFor.Mvc, unforunitly I'm getting this strange build error when I try to run a test. Running in both my own project and the SpecsFor latest source I get a "Build failed." ...
1
vote
1answer
364 views

setAcl in wpp.targets not performed upon Publish - Web Deploy (but says it is)

I have a web forms application (Visual Studio 2010) with an existing wpp.targets file working successfully to do things like LESS preprocessing, resource minification/bundling, web.config encryption, ...
0
votes
1answer
193 views

TFS2010 msbuild msdeploy Unauthorized Error

Appreciate any guidance or advice on below issue I am using TFS2010 and below msbuild parameters in order to deploy build on staging server (continous deployment). I have done all necessery ...
2
votes
1answer
872 views

Teamcity: VS 2010 Solution fails to deploy after converting to VS 2012 Solution

I have a VS 2010 Solution containing asp.net C# projects, 4.0 Framework. We use Teamcity 7.1.1 (build 24074) as CI and deployment server. We upgraded to Visual Studio 2012 and converted this ...
5
votes
3answers
2k views

Build once and deploy to multiple environments with msdeploy & Visual Studio 2012

Working on centralizing configurations, app settings and connection strings, for multiple solutions, while also switching over to use msdeploy from command line to deploy web apps. Ideally I would ...
0
votes
1answer
187 views

msdeploy not running dbDacFx provider

I am trying to embed my dacpac file in the package and run the dbDacFx provider at deploy time. using following visual studio 2010 with Azure publihsing tools and SSDT SQl Server 2008 R2 with ...
1
vote
2answers
452 views

How to configure the publish profiles to use NTLM authentication

In Visual Studio 2012, using publish profiles along with web deploy simplifies the deployments quite a bit. However it still is missing few things or may be I don't know how to use it yet. I prefer ...
0
votes
2answers
332 views

MSbuild command line parameter for skipping the directory

I have following command line parameters in team city for deployment. everything works fine but i want to skip some directory while deployment. how can i add that logic in following msbuild script in ...
2
votes
1answer
230 views

Recommendations for turning multiple solutions/projects into a single msdeploy package?

Our main website is a collection of 10 separate ASP.NET projects and applications. At the moment, to do a complete deployment onto a fresh server involves running ten separate msdeploy jobs; each ...
1
vote
2answers
739 views

MsBuild and MsDeploy problems

When I publish web project by gui(VS2010) (right click in project and choose Publish menu item, publish Method - Web Deploy) - everything works fine. Problems appear when I am trying to publish via ...
1
vote
2answers
408 views

msdeploy and setparameters.xml

I'm having issue with the SetParameters.xml file used by msdeploy. In my website I've created a parameters.xml file which contains the following: <parameters> <parameter ...
4
votes
2answers
1k views

After upgrading solution to .NET framework 4.5 the daily deploy stopped working

We have with success been updating our development web site at a daily basis using msdeploy from TFS2010. This was working fine until we upgraded to VS2012, our application from .NET Framework 4.0 ...
1
vote
1answer
572 views

Set ACLs during Web Deployment via MSBuild

I have a mostly working web build-and-deploy configuration running in TeamCity, that basically uses MSBuild to automatically deploy the site to a web server. MSDeploy sets everything to Readonly on ...
0
votes
1answer
209 views

dbSqlPackage provider not found

I am trying to use web processing pipeline with msbuild to deploy database dacpac using web deploy. I have following code in my project's .wpp.targets file. <Target Name ="DeployUIConfigDatabase" ...
0
votes
1answer
295 views

using dirPath Provider with WebDeploy

I have a wcf application hosted in iis that i am trying to package using webdeploy. Everything works great with the visual studio tools, but i need to also create a logs folder and set permissions on ...

1 2 3 4