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
1
vote
2 answers

Deploying an ASP.NET website Solution with multiple projects under it

I am trying to upload an asp.net website project with multiple solution within, for example one solution is for Data Access Layer and others are Business Logic Layer, UI, commonUtilities.. Locally it is working fine but when I upload file in the…
0
votes
1 answer

Having problems changing the section of web.config in WDP

I have a web.config file that contains a section like this:
Chris
  • 5,876
  • 3
  • 43
  • 69
0
votes
1 answer

Web Deploy 2.0 - Possible to prevent debug deploy?

When developing an ASP.NET website with the Entity Framework, you can use an initialiser to drop and recreate the database when the model changes. Take this example: I set up my project to drop and recreate the db under the Debug configuration, but…
0
votes
1 answer

Spring Web App with Maven dependency - class not found during deploy

I'm having project named car-rental which contains business logic (built with maven). I use this project as dependency in other project named car-rental. It's declared as : com.car.rental
bontade
  • 3,194
  • 6
  • 48
  • 75
0
votes
1 answer

difference between build deployment package and msbuild t:package

I am trying to complete my automated deployment process see this question for further info and it is close. I can right click on my MVC project in VS2010 and select "Build deployment package" and it successfully builds it, and this will deploy to…
Jon
  • 15,110
  • 28
  • 92
  • 132
0
votes
3 answers

web.config File Section Replacements

I have a web deployment project that does a web.config section replacement using an external file. (this is to change the connection strings section). The web.config section replacement works fine when built manually, but when built as part of a TFS…
simon831
  • 5,166
  • 7
  • 33
  • 50
0
votes
1 answer

How do I exclude a particular folder from the copying process in a Web Deployment project?

I am suing VS 2005 and a Web Deployment project. The problem is that the build process takes a very long time because the deployment process copies my images folder to the deployment directory. The images folder is small in size but has thousands of…
uriDium
  • 13,110
  • 20
  • 78
  • 138
0
votes
1 answer

TeamCity Deployment with Minimum Dependencies

We have TeamCity running on a server and our Production site (ASP.NET) running on another Web server. What would be the best way to deploy from TeamCity to the Production server, so that we don't have to install much on the Production server and…
Nick
  • 1,365
  • 2
  • 18
  • 37
0
votes
2 answers

Web app deployment

We have developed a web app in vs 2010, using c#, .net framework 4.0. We should support various OS, and IIS versions. For earlier versions of our app, we used the deployment project in visual studio, which creates a .msi and a setup.exe We prefer…
WonderfulDay
  • 148
  • 1
  • 1
  • 4
0
votes
1 answer

Deploying MVC3 web application

Good day all, I am trying to deploy my ASP.NET MVC3 app to my webserver. This is what I've done: Uploaded all the project to the web server Created a new empty DB, ran SQL scripts to create the tables and PKs Modified the web.config file's…
0
votes
1 answer

Two Web Deployment projects on single Web Application project -- how many compiles?

I've got one Web Application project and two Web Deployment projects against that one Web Application project: WebApplication1, WebApplication1.csproj_deploy1, and WebApplication1.csproj_deploy2. WebApplication1 uses the following assembly…
0
votes
1 answer

Web Design Standards - Accessibility

Can anyone inform me of any official documentation (i.e. w3c) that instructs developers on what keyboard buttons should activate components/set functionality on a given page? For example, A user tabs onto a check box; should enter be pressed to…
user559142
  • 12,279
  • 49
  • 116
  • 179
0
votes
1 answer

Deploying web.config file changes to an existing website

I'm reviewing the way my company deploys websites and trying to determine if we need to update our methods. My particular question is geared towards the way we handle the web.config file. Currently, when we deploy, we do not override the web.config…
enamrik
  • 2,292
  • 2
  • 27
  • 42
0
votes
1 answer

Problems deploying ASP.NET MVC3 application on IIS 7 Windows Server 2008 R2

I've just created a ASP.NET MVC3 application with a deployment package. In my IIS7.5 running on a Windows Server 2008 R2 machine I deployed the package, in a new site MySite. So, looking at the site tree, I have two nodes, MySite and Default Web…
0
votes
2 answers

Compile Time DEFINEs in an ASP.NET Web Deployment Project

My environment is Visual Studio 2005. My specific problem is that I want to define TRACE. I have a Web Site Project that send trace messages when run out of the ASP.NET Development Server thanks to defining it in the system.codedom element of the…
Justin Dearing
  • 14,270
  • 22
  • 88
  • 161