Questions tagged [web-deployment-project]

Web Deployment Projects provides developers with advanced compilation options for ASP.NET projects. A Web Deployment Project is an extensible MSBuild script, enabling web developers to create pre-build and post-build actions.

Web Deployment Projects provides developers with advanced compilation options for ASP.NET projects. A Web Deployment Project is an extensible script, enabling web developers to create pre-build and post-build actions.

Web Deployment Projects have been deprecated since Visual Studio 2012, as equivalent functionality is available through the Web Publishing Pipeline ()

379 questions
2
votes
2 answers

Mercurial HG Archive subdirectory for web deployment

I've got a Mercurial repository that contains a subdirectory for design files and a sub directory for code files. What's the best way for me to deploy the code subdirectories on my server, keeping it secure, without deploying the design files?
rob_mccann
  • 1,237
  • 2
  • 11
  • 16
2
votes
1 answer

ASP.Net MVC 2 - Merge all outputs to a single assembly

I have a Web Deployment Project in my solution. The solution consists of the MVC2 App and another Class Library. In the Web Deployment Project properties I have the Merge all outputs to a single assembly option ticked and I have given it a…
Jon
  • 38,814
  • 81
  • 233
  • 382
2
votes
2 answers

Question about Copying vs Publishing website

I would appreciate opinions or suggestions. For several years, I have had an html and javascript website that was housed on a shared Apache server hosted by Wild West. Recently I decided to migrate it to .NET 3.5 and put it on a shared Windows…
John Easley
2
votes
1 answer

Web Deployment Project With Nested Applications

I have a web application that I'm trying to create a Web Deployment Project for in Visual Studio 2008. My application also has a child web application. Both are web applications in IIS. I have added the Web Deployment Project so that I can…
Brett Bim
  • 3,190
  • 4
  • 28
  • 26
2
votes
1 answer

Where is the Web Deployment MSI?

I'm following a set of instructions where a line reads: Launch the x86 or x64 Web Deployment Tool’s MSI. My IIS's Web Platform Installer verifies that i have Web Deployment Tool 1.1 but I can't find a location to launch it.
justSteve
  • 5,444
  • 19
  • 72
  • 137
2
votes
0 answers

jboss - increase list of project deployed

I have list of project deployed on Jboss When I deploy new project, It will be on next page. It takes time for me when I need to enable/disable or redeploy Is there any option to increase paging number ? Thanks
vanduc1102
  • 5,769
  • 1
  • 46
  • 43
2
votes
1 answer

ASP.NET 4 Deployment MSBUILD

I'm using VS2010 with the Web Deployment Projects to create a release package for my web application. In WDP I have created some build tasks to for example transform the web.config, create some directories and remove some files. Now I've migrated…
2
votes
1 answer

Package Publish Web - include IIS settings from IIS manager breaks deployment package build

Im trying to build a deployment package out of VS2010 against a web project and want to include all IIS settings as configured in IIS Manager. However when i enable this i get the following error message Object of type 'manifest' and path…
Dafydd Giddins
  • 2,276
  • 3
  • 24
  • 31
2
votes
1 answer

how to upgrade phing 'stable' to phing 'trunk' to use SSHTask

phing 2.4.1 (current stable version) doesn't have an SSH Task to do remote scripting. In the current trunk version, there is a SSH Task that we would like to use. How can I upgrade my current phing installation (2.4.1) to the latest build? Can I use…
Jorre
  • 17,273
  • 32
  • 100
  • 145
2
votes
1 answer

Deploying ASP.NET MVC web project by remotely building committed VisualSVN code

Publishing my entire application to a server in the U.S. every time I change a single line of code is taking FOREVER. I'm running VisualSVN server on my production server. How can I auto-build my project (to a development site folder) on the server…
2
votes
4 answers

how to deploy asp.net mvc to my desktop so that it be visible to all computers in the network?

I've developed a tiny application in ASPNET MVC that I'd like to deploy. Our network has 2 servers and 20+ desktops. The two servers have our applications (written in java) running in them. [we're not a software company - I've learned ASP.NET MVC on…
Richard77
  • 20,343
  • 46
  • 150
  • 252
2
votes
1 answer

VS2010 : Merge WebSite assemblies as in Web Deployment project

is it possible to make a single assembly for whole WebSite in Visual Studio 2010? With Web Deployment Project i can do this in VS2008, but it is not compatible with new version..
Jan Remunda
  • 7,840
  • 8
  • 51
  • 60
2
votes
0 answers

Why do the EnvDTE.dll and dte80a.olb files appear in Detected Dependencies in my VS2008 web deployment project?

I have a VS2008 web project which was originally migrated from VS2003. In my solution, I have a web deployment project which uses the Primary Output and Content Files (+ some support files) from this web project to build an msi package. The problem…
Joergen Bech
  • 1,415
  • 4
  • 21
  • 30
2
votes
1 answer

Dev Studio 2013 upgrade reports a Web Deployment Project as incompatible

I have been given the task to port an dev studio 2010 asp.net solution over to 2013. The only remaining problem I have are we seem to have 2 web deployment projects (i.e. they have a .wdproj extension), and dev studio 2013 reports them as…
peterc
  • 6,921
  • 9
  • 65
  • 131
2
votes
1 answer

Diagnosing Bad OutputPaths: "The OutputPath property is not set for this project" (in the wonderful world of web deployment projects)

Starting with the error: Error 81 The OutputPath property is not set for this project. Please check to make sure that you have specified a valid Configuration/Platform combination. Configuration='Staging' Platform='AnyCPU'…
Chris
  • 5,876
  • 3
  • 43
  • 69