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
0
votes
0 answers

Deployment IIS MVC 4 - Routing fails

I am trying to deploy my application on IIS, but it seems it won't work. When I run the application on the localhost it gives me no problem, but deploying it on the IIS webserver it encounters some routing problem. I checked it with firebug and I…
0
votes
1 answer

Asp.net Webdeployment Project override applicationSettings

I got a web deyploment project for a web application project in vs 2008. While building the web deployment project, I want to replace properties in the web.config. My settings are autogenrated by the deisgner.
citronas
  • 19,035
  • 27
  • 96
  • 164
0
votes
2 answers

Difference between/use of dev.site.com and beta.site.com

Am trying to implement a few deployment policies in my organization. Usually, we do all the development on localhost and then simply deploy the site to the production site (i.e. site.com). Am trying to place a rule to first deploy the site to say…
Alec Smart
  • 94,115
  • 39
  • 120
  • 184
0
votes
1 answer

TFS Build Automation - Web Deployment Project error

I'm trying to build a web deployment project using TFS automated build process. When I build the project directly in Visual Studio 2008, it works fine. But from TFS, I get the following…
gracezlive
  • 53
  • 6
0
votes
1 answer

MSBuild and Web Deployment Project external dependencies

First time MSBuild/CI setup. I've got all my class libraries building, but am getting hung up on a web deployment project. This requires several binaries that are to be copied from a sibling folder. The folder contains other binaries that I do…
roufamatic
  • 18,187
  • 7
  • 57
  • 86
0
votes
0 answers

dont delete non-project folders on deployment aspnetcompiler

The msbuild project has the following aspnetcompiler item
jaxxbo
  • 7,314
  • 4
  • 35
  • 48
0
votes
1 answer

Pre-requisites in web deploy of win app

I have a win form application that is deployed through a web site using the one click. In the publish tab of the properties of the project, i click the Prerequisites button to add .Net 2.0 and Installer 3.1 and nothing else. I publish my app. When…
0
votes
2 answers

Publish an web application on build with NAnt, MSBuild or any other tool

I have a scenario where I have to setup a test environment where I want to be able to tell my NAnt or other build tool to make an new IIS web application, put the latest bins in the newly created IIS web application, and post me an email where the…
0
votes
1 answer

Changing web.config values through a Web Deployment Project in VS 2005?

I need to change the values for this section during the install, specifically the the stateConnectionString:
OutOFTouch
  • 1,017
  • 3
  • 13
  • 30
0
votes
1 answer

Web Setup project not including some content files from ASP.NET MVC project

I am making a WEB SETUP for my ASP.NET application. Below is my folder structure for content folder. I have added a WEB SETUP project and have included the 'Primary output from Web' and 'Content files from Web'. But when i right click on the…
0
votes
2 answers

How would I include a (VFP) merge module in an ASP.NET Web Deployment Project?

I have an ASP.NET application that is installed using a Web Deployment Project. I'd like to add the Visual FoxPro merge module to the installer. Does anyone have examples of how to do this - or how to install any merge module in a Web Deployment…
dommer
  • 19,610
  • 14
  • 75
  • 137
0
votes
2 answers

Server Error in '/domain/website' Application

I am getting following error while i deployed the website.. Server Error in '/domain/website' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the…
SmartestVEGA
  • 8,415
  • 26
  • 86
  • 139
0
votes
2 answers

How to convert a Tomcat webapp to an Oracle Application Server webapp?

I have a webapp that runs perfectly in Apache Tomcat 5.5 and I need to "convert it" so it can be deployed in an Oracle Application Server 10.1.3. Right now I make a WAR file of the aplication, paste it in the "webapps" directory of the Tomcat…
Juan Paredes
  • 769
  • 4
  • 12
  • 22
0
votes
1 answer

How to develop a part that will be repeatable, and why?

I'm still beginning in Web App development and I have a question to ask to any veteran developers. In my MVC-App I have a part that will be used several times. This part is a search filter for the items my MVC-App manages. What I want to do is…
hsim
  • 2,000
  • 6
  • 33
  • 69
0
votes
1 answer

Deploy node app and mysql

How to deploy node application into services supported mysql. I've try with c9, nodejitsu, but they aren't support database mysql. Please help me!