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

Visual Studio 2013 IIS Website Name Property Missing

Visual Studio 2010 Web Application Properties has a IIS Web site/application name to use on the destination server setting. In my Visual Studio 2013 this setting is missing. I need this setting for our continuous integration deployments when using…
1
vote
0 answers

Keeping folder permissions when using web deployment project?

I'm using a web deployment project to deploy a project on my local dev machine. Within this project I have a specific folder to receive uploaded files so the ASPNET machine account needs permissions to write to this folder. Unfortunately the web…
mutex
  • 7,536
  • 8
  • 45
  • 66
1
vote
1 answer

How to get the user a webapplication will run under?

Question: I have a web setup project. It installs the webapp and puts it into the appropriate virtual directory. So far so good. My question now is: how do I set folder write permission? My problem is, I can set the permissions programmatically,…
Stefan Steiger
  • 78,642
  • 66
  • 377
  • 442
1
vote
1 answer

How to deploy a project developed in Tapestry5?

I have just completed a project as part of a college degree. However I would like to deploy the project and make it live. I am unsure of how to do this as I have never done it before? I know I need to buy a domain name and some server space to host…
shane87
  • 3,090
  • 12
  • 51
  • 65
1
vote
1 answer

Web Deployment Projects for VS2010 on build server failing with Error MSB4086

When I upgraded my Web Deployment Project from VS2008 to the VS2010 beta version, I was able to execute the build locally on my development box. However, when I tried to execute the build on our TeamCity build server, I began getting the following…
SteveBering
  • 947
  • 1
  • 12
  • 30
1
vote
2 answers

About theme option in wordpress

I am learning wordpress by myself. I have a question about theme option for theme development project. I want to know that is it very important to create a theme option system in theme development project? Is it compulsory?
1
vote
1 answer

userHow to collect the values from html form for variable input values in google app script?

I am creating the input fields with the add more feature which are then sent to the google script file, how can I collect the values of the fields as shown in code I implemented below.. google app script file code.gs function…
Mr X
  • 1,637
  • 3
  • 29
  • 55
1
vote
2 answers

How to reference the same CodeBehind class from multiple .aspx files (and be able to pre-compile the website)?

I have a set of aspx pages that each live in their own directory and reference a single aspx.cs code behind file. This has worked fine previously because I never tried to pre-compile the site. IIS must have individually compiled each aspx, linking…
thelsdj
  • 9,034
  • 10
  • 45
  • 58
1
vote
1 answer

Prerequisites to run Web Deployment projects

I'm installing a product developped in ASP .NET 3.5 SP1 I made a setup using ASP .NET Web Deployment Project. The Setup runs without any problems on one server, and fails on a freshly installed one. The .NET 3.5 SP1 framework is installed on a fresh…
davandries
  • 176
  • 3
  • 12
1
vote
2 answers

Getting the System.MissingMethodException, for extension method for sorting of a generic list

System.MissingMethodException: Method not found: 'System.Collections.Generic.List`1 BusinessEntities.Helper.Sort(System.Func`2)' I get this error on a page in the website.The website build is prepared using visual studio web…
drj
  • 11
  • 1
  • 2
1
vote
1 answer

Web Deploy/Publish Web site project using MsBuild.exe and command line with VS2010

I am trying to publish my project using MSBuild. I have been searching on the internet but can not forward at this stage. I am using below code C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "C:\Projects\Employee\Employee.csproj" …
1
vote
3 answers

Web Deployment Project failing build (Visual Studio 2008)

I am trying to build a Web Deployment Project in Visual Studio 2008 and it keeps failing and I am not sure why. Error: ------ Build started: Project: website_deploy, Configuration: Release Any CPU ------ if exist ".\TempBuildDir\" rd /s /q…
SamWM
  • 5,196
  • 12
  • 56
  • 85
1
vote
2 answers

deploy java ee application to another port than 8080

Just wonder if i can deploy my java ee application in any application server for eg: glassfish, and user are able to access without typing the port number, for eg:http://abc.com (my current application url will be http://abc.com:8080) as from my…
d1ck50n
  • 1,331
  • 2
  • 16
  • 20
1
vote
1 answer

Updating web.config with an MSBUILD task

I'm using an Web Deployment project to do a few post build tasks on a website I'm deploying. I want to use a FileUpdate task to update my web.config and change the compilation mode from debug="true" to debug="false". So, from this
Greg B
  • 14,597
  • 18
  • 87
  • 141
1
vote
2 answers

ASP.NET precompile fails to merge a single user control

I have rather large third party ASP.NET WebSite project that I precompile and merge using MSBuild and the Microsoft Web Deployment targets. I don't precompile the .aspx and .ascx files, only the codefiles. During the precompilation phase, the user…
Michiel van Oosterhout
  • 22,839
  • 15
  • 90
  • 132