Tagged Questions
The web-deployment-project tag has no wiki summary.
24
votes
6answers
15k views
Visual Studio 2010 Web deployment task failed
I am trying to use VS2010's 1-Click Publish feature to deploy a test site from my laptop to my server. I have the firewall turned off on both machines and the MS Deployment Service is up and running ...
12
votes
8answers
1k views
Publishing an ASP.NET MVC2 site with Web Deploy
I currently use Web Deploy, http://learn.iis.net/page.aspx/346/web-deploy/ to publish my MVC2 app. It used to work well, but now it is got to the point where I can't continue using it:
When the MVC ...
12
votes
4answers
6k views
Visual Studio 2010 and Web Deployment Projects (wdproj 2008)
I have several wdprojects (web deployment 2008) in vs2008 solutions.
When I installed vs2010 RC none of my wdprojects will open.
What can I do to make it work?
12
votes
3answers
2k views
appSettings vs applicationSettings. appSettings outdated?
I've got some question about two ways to save settings in the web.config.
Appsettings:
Look in web.config
<appSettings>
<add key="key1" value="value1"/>
<add key="key2" ...
11
votes
4answers
21k views
How do I compile an ASP.NET website into a single DLL file?
I have finally finished my web site. I published it, and I was surprised at the results. Although the App_Code compiled into a single DLL file, every page's code behind compiled into its own DLL file. ...
10
votes
2answers
2k views
Adding to built-in ExcludeFromBuild ItemGroup with Web Deployment project
I've added a Web Deployment Project to my solution to create a clean deployment of my web application. This works mostly as expected... i.e. builds the source & then copies the files to be ...
9
votes
2answers
839 views
VS2008 Web Deployment Project Section Replacement with Elmah
I'm using a web deployment project and want to do some section replacement with the emlah/errorMail section. I don't want to send emails in debug build mode.
I have created the custom section and put ...
8
votes
8answers
2k views
Web app deployment Best Practices : how to manage local & live files?
I am writing php web applications, and simply deploy them via FTP.
To make it work, I often have some tweaking/debugging to do given that I have little control over the (free) web server hosting me, ...
8
votes
8answers
2k views
ASP.NET Web Deployment Projects: getting rid of .compiled files
I'm using a Web Deployment Project in Visual Studio 2008 in order to prepare my ASP.NET application (ASP.NET web application, not ASP.NET web site) for being copied to several servers. I have to copy ...
7
votes
2answers
2k views
ASP.NET corrupt assembly “Could not load file or assembly App_Web_*”
I've read through many of the other questions posted on the same issue, but I still do not understand the cause and how to prevent it from happening.
In my case, this happens on the production ...
6
votes
1answer
329 views
Visual Studio Deployment Package - change the file structure the .zip creates?
Everything works as expected but I would like to improve the directory structure that the .zip produces.
When I create a deployment package I have it create in a custom directory which works fine but ...
6
votes
4answers
2k views
nginx + FastCGI for django application---run two webservers or one?
I'm about to deploy a Django application on a nginx web server, and want to make sure I'm building the system correctly.
It seems to be common wisdom that if you are deploying Django on an apache ...
6
votes
4answers
3k views
Using VS 2008 Web Deployment Projects with ASP.NET MVC
Has anyone got a Web Deployment Project to work with ASP.NET MVC? When I open the "deployed" project, a lot of the files are missing that MVC requires and makes it tough to Publish to the server with ...
6
votes
8answers
1k views
Any recommendations for deployment from SVN, with version numbers written into my code automagically?
I've gotten comfy with SVN, and now I need a way to deploy my code to staging or live servers more easily. I'd also like some method for putting build info in the footer of this site to aid in ...
5
votes
6answers
3k views
Is the ASP.NET Web Deployment Project alive? [closed]
The latest link I can find is from last may and that's Beta 1. Did Microsoft give up on this? I realize they are just basically MSBuild templates, but curious nonetheless.
5
votes
3answers
1k views
Web Deployment Project: Publish without Precompilation
The Question
Is it possible to publish a web application project using a web deployment project without precompilation?
Notes
In order to split out web controls and pages into a separate assembly, ...
5
votes
3answers
5k views
How to delete multiple files with msbuild/web deployment project?
I have an odd issue with how msbuild is behaving with a VS2008 Web Deployment Project and would like to know why it seems to randomly misbehave.
I need to remove a number of files from a deployment ...
5
votes
3answers
3k views
<compilation debug=“true”> in precompiled asp.net website - Does it matter?
I'm deploying a precompiled and all-page-merged website using Web Deployment Projects on Visual Studio 2008. Note that all assemblies and projects have been compiled in Release mode.
All my pages are ...
5
votes
2answers
4k views
How to disable warnings in Visual Studio for a Visual Basic Web Deployment Project
For our VB.NET websites we use SVN for Source Control and CruiseControl.NET for continuous integration.
To use the SVN build number in the compilation by CruiseControl.NET we need to use Web ...
5
votes
2answers
2k views
Is there a way to get rid of aspx placeholder files in a ASP.NET web deployment project?
I'm using a web deployment project in order to precompile my ASP.NET 3.5 web project. It creates a single extra DLL for the code in aspx and ascx files. And, for every aspx file there is a placeholder ...
5
votes
4answers
822 views
Web Deployment Project builds files that are no longer part of the project
This is the error I get:
Error 101 Could not load type
'control'. /Test.vbproj/x.ascx 1 1
WebDeployProject
This is a left over file that was part of the project last week, but one of the ...
5
votes
3answers
946 views
Do I need to copy the .compiled files to the production server?
I'm using a deploy project to deploy my ASP.net web application.
When I build the deploy project, all the .compiled files are re-created.
Do I need to FTP them to the production web server?
If I do a ...
4
votes
1answer
339 views
Web Deployment Project & TeamCity
I am trying to build a web deployment project 2010 project for a solution. I have installed the Windows SDK and Web Deployment Project 2010 RTW on the build server, as well as copied over the missing ...
4
votes
1answer
160 views
Producing a WAR file from a django project with SQLite
I have a django project (a django module/app some other modules that are used from the django one) that uses SQLite. This project is for a University course and now I am asked to supply it in such a ...
4
votes
1answer
4k views
VS 2010 Publish using Web Deploy
I'm trying to deploy my ASP.NET MVC 3 web application using VS2010 Publish feature.
I'm using Web Deploy as Publish method, but I'm getting this error:
Error 1 Web deployment task
...
4
votes
3answers
614 views
Deploy a PHP project from Git
I need to find a method of deploying a PHP project stored in a git repo to a staging and production server that do not have git installed. Scripts I've found so far (ie Capistrano) require Git on the ...
4
votes
1answer
658 views
Do Web Deployment Projects work with x86 build configuration
I have a need to build a website and several DLLs that it references in an x86 configuration. To date we have been using Web Deployment Projects to create Zip files of the resultant site and all it's ...
4
votes
1answer
337 views
VS 2010 Deployment without Web Deploy
With VS 2008 I always used Web Deployment Projects to build to three different environments. It is maybe not the best solution, since I still have to xcopy the built files to the server, but it is ...
4
votes
2answers
285 views
Deploying a Django Opensource Application with dependencies
I'm working with a friend on a web application we'd like to distribute and we're working in Django.
I'd like to make sure deployment is as easy as possible for potential users. It seems that Django ...
4
votes
1answer
2k views
Compiling/Embedding ASCX templated UserControls for reuse in multiple web applications
I'm onto a real head scratcher here ... and it appears to be one of the more frustrating topics of ASP.NET.
I've got an assembly that implements a-lot of custom Linq stuff, which at it's core has ...
3
votes
2answers
96 views
ASP.NET MVC2 Areas not working in IIS6
I have an ASP.NET MVC 2 application running fine on both IIS7 and the VS Web Development server. I recently added areas to the site and these too work fine on IIS7 and the VS Web Development server. ...
3
votes
2answers
285 views
msdeploy v2 doesn't work with vs2010's packages
I had v1 of msdeploy installed and I uninstalled it to install the v2.
Now my vs2010 packages fail when I run the deploy.cmd because it can't find the registry entry - even though I've created an ...
3
votes
3answers
632 views
Web deploy in Visual Studio 2010 - web management service is missing
I'm setting up a new server on Windows 2008 (x64) with IIS 7.5. I have installed Web Deploy 2.1 from the Web Platform Installer.
But the server is missing the Web Management Service, and as a result ...
3
votes
1answer
381 views
ASP.NET compiler fails with an XmlSerializers error, during web-deployment project
We're using Visual Studio 2010 Web deployment projects to compile web-application websites during our build. Visual Studio 2010 is not installed on our build-agents. We get an error (see below) ...
3
votes
2answers
94 views
ASP.NET: What deployment options do I have?
I'll soon be managing a fleet of ASP.NET webservers...
What are the technical limitations with deploying an ASP.NET webserver? Can I just copy the file(s) over, restart the website, and I'm good to ...
3
votes
3answers
295 views
Git: application configuration and different environments
We use git for most of the web applications we build in our shop, and though the applications themselves use a variety of technologies (PHP, Rails, etc), we generally have a staging and production ...
3
votes
4answers
300 views
Is it possible to deploy an ASP.NET application as desktop application (with server component)
Question: I created an ASP.NET web application.
Now it originally was meant for deployment on a webserver.
That is working, so, so far so good.
My question now is: Is it possible to deploy it as a ...
3
votes
6answers
4k views
reference dll not copying to bin with deployment project causing error
We have several external dlls being referenced in our Web Application Project. We have a deployment project for installing on the hosting servers. When we were using .net 3.5 and vs2008 the dll were ...
3
votes
3answers
509 views
Performance benefit to pre-compiling web application project set to be updateable?
Is there any performance benefit to pre-compiling an asp.net web application if it's set to be updateable? By setting the pre-compiler updateable flag it doesn't pre-compile the aspx, ascx, etc. so ...
3
votes
1answer
2k views
Web Deployment Project - Copy Files After Build
Currently I have set up a Web Deployment Project which compiles code into the .\Release folder. After the build I want to copy the files over to another machine (because whichever directory you build ...
3
votes
1answer
647 views
Replacing sections in web.config using web deployment project
I am trying to replace the following section to blank section ..
<secureWebPages mode="RemoteOnly" encryptedUri="abc.co.uk" unencryptedUri="www.abc.co.uk" maintainPath="True" ...
3
votes
3answers
498 views
How to get Subversion to work with auto-generated files?
I'm using ASP.NET Web Deployment Projects with TortoiseSVN and VisualSVN, but this is a general question about generated files in Subversion.
A Web Deployment Project automatically generates a ...
3
votes
5answers
2k views
Access denied when creating a virtual directory via Web Deployment Project
I’m trying to use a (VS 2008) Web Deployment project in a TFS solution to deploy the web site to the (TFS 2008) build server to run web based unit tests.
For some reason, that I can't yet figure out, ...
3
votes
5answers
3k views
Does the Microsoft Report Viewer Redistributable 2008 really require .NET Framework version 3.5?
I'm packaging up a .NET 2.0 based web app for deployment through a Windows Installer based package. Our app uses Report Viewer 2008 and I'm including the Microsoft Report Viewer Redistributable 2008 ...
3
votes
7answers
2k views
How do I automate repetitive tasks post-build?
I run an ASP.NET website solution with a few other projects in it. I've known that MSBuild projects are capable of this, but is it the best way? Are they easy to create? Is nAnt, CruiseControl.NET or ...
2
votes
0answers
78 views
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.
<connectionStrings>
<add ...
2
votes
2answers
276 views
File not found when building a Web Deployment Project
I've got a web deployment project that builds and zips a web application project. I am getting a lot of errors when I build the WDP, as follows:
Error 73 The file ...
2
votes
2answers
658 views
Web.config Transform variables
Is it possible to include variables in a web.config transform file? For each environment, I have basically the same transform, just with different values. For example, for the development ...
2
votes
1answer
313 views
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 ...
2
votes
2answers
1k views
Deploying just HTML, CSS webpage to Tomcat
I am just getting started on developing a website. All I have at the moment is a HTML page supported by a couple of CSS stylesheets.
Can I create a WAR file from the HTML and CSS pages? How do I ...