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
1 answer

Web Deployment Projects, Web Application Projects and Team Build 2008

I've switched from a Website Project to a WAP (Web Application project). The WDP (Web Deployment Project) is used to set and potentially in the future make other web.config changes. However I notice that the team build is building everything twice,…
Stephen Lacy
2
votes
1 answer

Web Deployment Project Team Build Error

Visual Studio 2008 Web Deployment Project Team Build ASPPARSE Error I seem to have a common problem; one that is showing up but does not have a clear solution. I have a Visual Studio 2008 project structure that contains several projects that are…
Mike G
  • 1,956
  • 1
  • 30
  • 62
2
votes
1 answer

Web Deployment Project "AfterBuild" in Visual Studio 2008

I am experimenting with the build file that is part of a web deployment project. My goal is do something in the "AfterBuild" target. I am doing the following.
Emon
  • 801
  • 9
  • 26
2
votes
1 answer

How to display PayPal Payments Standard option on frontend side in magento 1.7.0.2?

I am using magento 1.7.0.2 and I want to display PayPal Payments Standard option on check out time. everthing is going fine but i am not able to see paypal Standard option checkout time so please help me..i am very try to search my self but it…
2
votes
2 answers

Replicating the behavior of a web deployment project in Visual Studio 2012

With VS 2012, web deployment projects are out. This is fine, but I cannot find the correct way to replace the functionality they used to provide with the new publishing tools. I need to be able to compile a web site or web app project then create…
StingyJack
  • 19,041
  • 10
  • 63
  • 122
2
votes
4 answers

How do I handle builds of Web Application Projects in VS 2012 without Web Deployment Projects?

My team uses Team City to do continuous builds and deployment of our Web Application Projects. In order to do a deployment build, we use Web Deployment Projects, which are not available in Visual Studio 2012. We aren't really using any of the…
2
votes
1 answer

Can I easily exclude files from my web deployment project, that are excluded from my web application project?

Today I've started adding Web Deployment projects for our web application, and noticed that the deployment project picks up everything that could be a content file from the web application, including the csproj files etc. I've seen online how you…
MattH
  • 4,166
  • 2
  • 29
  • 33
2
votes
3 answers

ASP.NET Deployment to Multiple Web Servers

I'm putting together my deployment plan for a major deployment next week (basically taking over a site). I've never had to deploy to multiple web servers before. Do I need to copy the files to each web server, or is there a tool which will do…
Jack Marchetti
  • 15,536
  • 14
  • 81
  • 117
2
votes
3 answers

How to deploy a database programatically with C#

I have a database project in my solution and the requirement is simple (not so sure about the implementation). Is there a way to deploy the database project programatically? PS: I don't mean attach an MDF file. I mean deploy the database to a SQL…
2
votes
1 answer

Difference between Web Deployment Projects (.wdproj) and MSDeploy

What is the difference between Web Deployment Projects (.wdproj) and new MSDeploy? Is it prefer to use MSDeploy instead of Web Deployment Projects? Is this add-in created only for backward compatibility with already created Visual Studio 2005/2008…
resnyanskiy
  • 1,607
  • 1
  • 24
  • 24
2
votes
1 answer

Why does a Visual Studio 2008 web deployment project create unwanted files?

Why does my web deployment project, when compiled, create a Visual Studio project file and a bunch of other unwanted/unneed files in the release and debug folders? The debug files are also being included even though I have the "Generate debug…
Aaron
  • 413
  • 1
  • 4
  • 14
1
vote
5 answers

ASP.Net application cannot Login to SQL Server Database when deployed to Web Server

I am having a problem with deploying a ASP.NET V2 web application to our deployment environment and am having trouble with the sql server setup . When I run the website I get a Login failed for user 'MOETP\MOERSVPWLG$'. error when it tries to…
user18318
  • 11
  • 1
  • 2
1
vote
3 answers

Eclipse WebContent directory deployment in tomcat

In Eclipse, the folder structure when I create a Dynamic Web Project is [srikanth@hana Sample]$ ls -R .: build src WebContent ./build: classes ./build/classes: ./src: ./WebContent: index.html META-INF scripts …
user982733
1
vote
0 answers

Microsoft Web Deploy fails trying to delete folder

I'm deploying a application in one of my continuous integration steps. I use rake to build the project: msbuild :package do |msb| msb.properties :configuration => :Release msb.targets :Package msb.solution =…
Custodio
  • 8,594
  • 15
  • 80
  • 115
1
vote
1 answer

MSDeploy won't accept dynamic path for deploy destination

We're using MSDeploy with a Web Deployment Project to deploy our web site project using TFS Builds (TFS 2010 and VS 2010). TFS Build sends the built files to a sub-folder of the specified drop folder, so if I specify the drop folder…
ThisGuyKnowsCode
  • 530
  • 4
  • 18