I have a windows service that is deployed using a VS2010 deployment project. I require that a username/password be entered in the installer and then these details commited to the registry for the serv
is there any way that we c开发者_StackOverflowan tell visual Studio 2010 MSDeploy to ignore some of the files and folders withing the project? currently, the way I do is to exclude things from the pro
I am doing an automatic upgrade through Azure portal. While it is upgrading 1st instance, if I try to access my site through http://xyz.cloudapp.net it doesn\'t open.
I have a ClickOnce application that is set to \"Online Only\". In other words, the .appref-ms file does not come down to the client (this file carries point-of-origin information).
I have two servers on IIS6 where load balancing is done by a load balancing hardware. When a response is provided Server 1 and the postback is handled by Server 2 it always gets an error The state inf
Following the walkthrough at http://msdn.microsoft.com/en-us/library/ee707351(v=VS.91).aspx I have a working Silverlight solution that employs a WCF RIA Services Class Library. I am now stuck on how t
I have a .NET application that uses a database. I am familiar with how Rails handles database deployments where there is a set of scripts that have an \'UP\' and \'DOWN\' method with a set of SQL in e
I\'d like to know what\'s the best way to add keys in the machine.config file at t开发者_JAVA百科he application deployment ? We have a series of WinForm apps that will need to use some keys that we wn
I am looking for a way to simplify remote deployment of a django applicati开发者_StackOverflowon directly from PyCharm.
I am writing a program that needs .NET to run. When I run it on Windows 2008 Server R2 it fails upon .NET 3.5 installation.