web-deploy

What's the best deployment strategy for ASP.NET

I work for an ISV and we have a vanilla ASP.NET (no mvc) web application which we deploy to our customer sites. We're currently doing it via xcopy and IIS manually. What's the best technology to use to deploy it? ClickOnce? WebDeploy? Something else? Tips appreciated. ...

How do I set folder ACL's with Web deploy in VS2010?

I have a web application I want to deploy via Web Deploy, using "Build Deployment Package" It has a folder called "Errors". This is part of the project. Web Deploy adds it, but how do I specify that i want the application to have Write permissions on this folder? Do I have to manually edit the source manifest each time, or can I set it...

Connection strings not replaced using Web Deploy

A deployment package that is generated by our CI build correctly: (a) prompts for our two connection strings during interactive deployment using IIS Manager. (b) includes the two connection strings in the generated parameter file to be used with command-line deployment. (c) creates the proper placeholder strings in the Web.config. Whe...

Visual Studio 2010 doesn't set .CSHTML (Razor View Engine) as Content

Hi! I've been trying to deploy my ASP.NET MVC 3 Beta Application to my hosting. It supports all the necessary technologies and through trail and error I set the needed references' Copy Local to True. Then I got the error that my app cannot find the view. It listed .cshtml files it tried. I had those files in my project but they weren't ...

unable to deploy symfony project to a shared hosting web server

i am using Symfony 1.4, to create my project. i have tried to deploy project using the command and methods given in chapter-16 in symfony book. but i am not able to deploy my symfony project from my local computer to web server. Can i directly copy paste my symfony project to my web server?? will that work?? or is there any other method?...