web-deployment-project

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 the .zip it creates is in the structure of: content/c_c/users/pcName/documents/VS2010/Projects/ProjectName/obj/release/package/packageTmp...

Visual Studio 2010 Web Deployment

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 on both my laptop and the server. However when I try and publish from VS2010 on my laptop I get the following error Error 1 Web deployment ...

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 being copied to the bin folder. Since we have upgraded to .net 4 vs2010 this no longer happens and we are getting servers errors since the r...

how to upgrade phing 'stable' to phing 'trunk' to use SSHTask

phing 2.4.1 (current stable version) doesn't have an SSH Task to do remote scripting. In the current trunk version, there is a SSH Task that we would like to use. How can I upgrade my current phing installation (2.4.1) to the latest build? Can I use pear for that without breaking my current phing install? Or would it be better to downl...

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 required files. We need to continue to use WDPs however, they seem to have problems with the x86 build configuration. In my project, when ...

ASP.NET web setup class is not defined

Hi, I've got an ASP.NET application that I installed by creating a web setup. I ran into a problem where ASP.NET wasn't registered with IIS so it gave me a "installation was interrupted" message that told me exactly nothing. Anyhow, I finally got it installed, and I can access the main page, but it's telling me that my class isn't defin...

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 the project. If anyone can point me in the right direction that would be great? Thanks in...

When building a web application project, TFS 2008 builds two separate projects in _PublishedFolder. Why?

I am trying to perform build automation on one of my web application projects built using VS 2008. The _PublishedWebSites contains two folders: Web and Deploy. I want TFS 2008 to generate only the deploy folder and not the web folder. Here is my TFSBuild.proj file: <Project ToolsVersion="3.5" DefaultTargets="Compile" xmlns="http://sc...

single installer for multiple applications

dear all we r working on project where we need to make an installer for a website. we can use standard project in vs2008 for deployment. but the problem is website uses 2 more thirdparty tools. we want our installer to install both these software automaticaly. i tried evrything like autoit, autohotkey bt nothing is working for me. guys ...

Web Deployment Project error "It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level."

Ok, Here's the skinny I have a smallish Visual Studio 2008 web application that I'm attempting to set up a Web Deployment Project with. If I skip attempting to build the Deployment Project, the application builds successfully. If I build the Deployment Project, I get the following error: Error 208: It is an error to use a secti...

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 desktop-application, too? That is to say the installer installs some kind of server, plus the web application, configures the server to run...

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 server for each site. Typically, these servers have different sets of database credentials as well as different environment-based configurati...

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, but I need to know the IIS user the application runs under, since it's that user that need t...

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 deployment process loses these permission each time I run it. Does anybody know of a way to k...

Registering a .NET COM interop dll works from project build but not from regasm

I am trying to deploy a .NET COM interop dll for a web application. During development, for the assembly that needs to register for COM interop, I have the "Register for COM interop" option checked under build properties. In this method, everything works just fine. However, when I deploy the ASP.NET application and try to register the a...

Package Publish Web - include IIS settings from IIS manager breaks deployment package build

Im trying to build a deployment package out of VS2010 against a web project and want to include all IIS settings as configured in IIS Manager. However when i enable this i get the following error message Object of type 'manifest' and path 'K:\Sandbox\Web.Crm.Framework\obj\Debug\Package\Web.Crm.Framework.SourceManifest.xml' cannot be cr...

Why does my Web Deployment Project remove .ascx files from my MVC2 project?

Hi Experts, I am currently working on a project that consists of an ASP.NET MVC 2.0 front end and has been developed in VS 2008. I have been messing around with the Web Deployment Project to deploy the application so we can also change various Web.config settings based on the build configuration. However, when the deployment project pu...

ASP.NET 4 Deployment MSBUILD

I'm using VS2010 with the Web Deployment Projects to create a release package for my web application. In WDP I have created some build tasks to for example transform the web.config, create some directories and remove some files. Now I've migrated the web application to ASP.NET 4 and I've been looking at this feature in VS2010 called Pac...

Web deployment: Exlude directories depending on Project Configuration name

I want to delete some image resources depending on what build I'm releasing using MsDeploy. I have three builds for different clients which are basicly another theme and a lot of configuration transforms to setup their environments correctly. I don´t want to include the image resources for client1 when deploying to client2. Been using ...

Where is the Web Deployment MSI?

I'm following a set of instructions where a line reads: Launch the x86 or x64 Web Deployment Tool’s MSI. My IIS's Web Platform Installer verifies that i have Web Deployment Tool 1.1 but I can't find a location to launch it. ...