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
3
votes
2 answers

Master pages missing from Web Deployment Project output

We seem to be having an issue when running our deployment project in that, when it compiles, it seems to miss our master pages from the output. Is there any way to 'force' the project to include .master files, either through editing the .wdproj…
2
votes
3 answers

Activator.CreateInstance throws ArgumentNullException for parameter 'Type'

I recently encountered a problem with my Profile provider: it wouldn't retrieve profiles correctly (see error below). It worked locally, but when I put the code compiled by a Web Deployment project on a server it would crash. Value cannot be null. …
mbillard
  • 38,386
  • 18
  • 74
  • 98
2
votes
1 answer

Web Deployment Projects - Remote IIS Server

Background In the spirit of continuous integration, I'm trying to automate our deployment process using a Web Deployment Project. Mostly, this has been painless. Most options were baked in and those that weren't were easy to add through the…
brad
  • 73,826
  • 21
  • 73
  • 85
2
votes
1 answer

Input Field in NextJS causing "Hydration Error and Did not expect server HTML to contain a

as the title states I am creating a website using NextJS styled with TailwindCSS. However, there is a small and annoying issue with my code. Here is my code below for the MainContent of the page: "use client" import React, {useState} from…
apex
  • 37
  • 7
2
votes
1 answer

VS2010 Build Deployment Package + sectionGroup/custom settings + SetParameters.xml

I have been using the "Build Deployment Package" (BDP for short) from visual studios 2010 for several months now. It works great and has done the basic requirements that we have wanted. I decided to take it a step further and figure out how to get…
2
votes
1 answer

Web.config Transform

I have a config that has multiple connection strings. They all point to the same database server. Is there a way to replace a portion of the web.config, i.e.
user472292
  • 1,069
  • 2
  • 22
  • 37
2
votes
4 answers

Deploying Remotely to .NET Box

For years, I've been able to do a build using a continuous build system like Jenkins and then remotely deploying my apps to various Unix servers. I can use the ssh and scp commands to do my bidding. Now, I have a .NET build I'm doing. I've done the…
David W.
  • 105,218
  • 39
  • 216
  • 337
2
votes
1 answer

Publish core3.1 web application

when I publish my core 3.1 web application in a folder by frameworck dependent mode, the size of the folder generated was 125 MB ... it is huge in addition to the classic asp.net application. i have many folder ("cs", "de", "es" "fr" ect...), dll…
2
votes
1 answer

How can I embed resources in output of Web Deployment Project?

I have an asp.net project that holds my user controls within a Web Deployment project. I use Web Deployment project to output a single dll file, so I can use controls easily in other projects. So how can I embed resourses (like js, image,... files)…
2
votes
1 answer

Visual Studio Web Deployment project breaks ASPNET account permissions

I have built an ASP.NET web application with Visual Studio 2008 and target framework version 2.0. I have created a Web Setup project to deploy this at multiple target OSes. For the setup project, I have written a custom action which gets executed…
vamyip
  • 1,161
  • 1
  • 10
  • 35
2
votes
0 answers

Saving Blog in Django with figure, Space, paragraph, link

I am from embedded field but trying to learn web development and using Django for this purpose and using Postgresql as a back-end database. Questions can be silly but please understand that my level is beginner. I am making one website in which user…
Rao
  • 125
  • 1
  • 5
2
votes
1 answer

How do I get web config transforms to work with Web Deployment Projects?

I installed Visual Studio Web Deployment Projects 2010 and added a deployment project to my solution. When I build the deployment project, it does not apply the web.config transform file for the specified configuration. My web app project has the…
Jim Geurts
  • 20,189
  • 23
  • 95
  • 116
2
votes
1 answer

Should i install all of the workload and indvidual tools in visual studio 2017

i downloaded visual studio 2017 to start working , then i noticed the workloads and the individual tools should be installed , i marked them all and he total installing size was 80+ GB which will takes days and even weeks to be installed completely…
2
votes
0 answers

Build Error after creating project with nodejs example provided by openshift

I am trying to create a project on openshift for the first time, but there seems to be a problem with it. I am following the exact steps provided here : https://docs.openshift.com/online/getting_started/basic_walkthrough.html. I am using the sample…
2
votes
2 answers

Visual Studio 2010 - web deploy times out - what to do?

My MVC2 web project is deployed using the VS 2010 "web deploy" feature. It used to run fine but now it is timing out more often than not with this error message: Web deployment task failed.((10/11/2010 1:01:59 a.m.) An error occurred when the…
JK.
  • 21,477
  • 35
  • 135
  • 214