Top "Web-deployment" questions

The activities that make a website available for use on a remote system.

What alternatives are there to ClickOnce?

I've used ClickOnce a lot over the years, but I have run up against a lot of its limitations. What …

.net wix clickonce web-deployment
IIS forgets virtual directory permissions - An error occurred loading a configuration file: Failed to start monitoring changes

I have a website with a virtual directory that contains PDFs. Users access the PDFs by using a URL such …

asp.net iis web-deployment
Bootstrap's javascript works locally but not when deployed to a server

I downloaded the barebone example of Twitter's bootstrap and customized it. I tested it locally (with WAMP server) and everything …

javascript jquery twitter-bootstrap web-deployment css-frameworks
Enable authentication for IIS app in Powershell

I know how you set this for IIS web site by following command: Set-WebConfigurationProperty -filter "/system.webServer/security/authentication/windowsAuthentication" …

powershell iis web-deployment
How can I programmatically stop or start a website in IIS (6.0 and 7.0) using MsBuild?

I have Windows Server 2003 (IIS 6.0) and Windows Server 2008 (IIS 7.0) servers, and I use MSBuild for deploying web applications. I need …

c# iis-7 msbuild iis-6 web-deployment
Is it possible to deploy an exploded war file (unzipped war) in JBoss AS 7

I Have no problem in deploying an 'app.war' file when copied into the below deployments folder : "jboss-as-7.0.0.Final\jboss-as-7.0.0.…

java jakarta-ee deployment jboss7.x web-deployment
Yii2: How to prepare for debug and production environment?

I know Yii defines and uses the constants YII_DEBUG and YII_ENV. Of course, they are set to to …

php version-control configuration yii2 web-deployment
Eclipse: The selection did not contain any resource that can run on a server

I am not able to run maven java web application project to the configured tomcat within eclipse ide. Initially I …

eclipse tomcat6 m2eclipse web-deployment
how to add publishing profile to a new sln in vs2012?

I have read the publishing profiles have replaced WDP but I cannot find decent tutorial how to add and modify …

c# asp.net asp.net-mvc visual-studio-2012 web-deployment
Deploying Go web applications with Apache

I can not find a mod_go for deploying Go web applications. Is there any other way to run web …

apache deployment cgi go web-deployment