Top "Web-deployment-project" questions

Web Deployment Projects provides developers with advanced compilation options for ASP.

ASP.NET corrupt assembly "Could not load file or assembly App_Web_*"

I've read through many of the other questions posted on the same issue, but I still do not understand the …

c# asp.net web-deployment-project
Web Deployment through MSDeploy.exe

I'm configuring a CI build server with Jenkins. After the build steps I'd like to deploy the website. When publishing …

jenkins msbuild msdeploy webdeploy web-deployment-project
Visual Studio 2012 and Web Deployment Projects (wdproj)

Can't seem to find any clear info on this. When I open my Visual Studio 2010 SP1 solution in Visual Studio 2012, …

visual-studio-2012 web-deployment-project
Invoke a publish from msbuild for visual studio 2012

For VS2010 and before I was utilizing Web Deployment Projects (WDP) to help package my website for production deployment. I …

visual-studio-2012 web-deployment-project
How to delete multiple files with msbuild/web deployment project?

I have an odd issue with how msbuild is behaving with a VS2008 Web Deployment Project and would like to …

visual-studio-2008 msbuild web-deployment-project
<compilation debug="true"> in precompiled asp.net website - Does it matter?

I'm deploying a precompiled and all-page-merged website using Web Deployment Projects on Visual Studio 2008. Note that all assemblies and projects …

asp.net web-deployment-project
Git vs FTP for web deployment

I know what git is for and how to use it, (a little bit) but there is one concept I …

git ftp web-deployment web-deployment-project
How to disable warnings in Visual Studio for a Visual Basic Web Deployment Project

For our VB.NET websites we use SVN for Source Control and CruiseControl.NET for continuous integration. To use the …

vb.net visual-studio warnings web-deployment-project
Create an web app installation package, that includes "everything"?

Would it be possible, with the tools in VS2010, to create an msi-package that includes everything needed, and installed "on …

visual-studio-2010 asp.net-mvc-3 installation web-deployment-project