In IIS, i have a website under which there are various virtual directories. I want to access/link JS file from one virtual directory into another. So, basically i have an application (in virtual dir 1
I am trying to deploy a web project that uses a specific library (in this case Chilkat) to a web host (appharbor.com). The problem is the library needs the Visual Studio C++ 2010 runtime (http://www.c
I\'ve created a Windows Forms application that basically contains an HttpListener which launch a Form for each request. I have to show forms server side because I have to take a snapshot of what it\'s
So, I\'ve my application stack and I\'m ready to deploy it to my webserver. I\'m deploying to a fresh, clean and bla开发者_运维技巧nk database, so what command to I run?Do I run ./manage.py syncdb or
I\'ve been struggling to automate the deployment of my asp.net mvc app. I found a few questions on SO regarding this, but none of the answers really helped me along.
I\'m having some issues with MSBUILD being used on the command line vs. CruiseControl.NET as the results are different and I cannot see why that would be.
I want to deploy a web.py application on dotcloud. I followed the tutorial, http://docs.dotcloud.com I idd this:
I\'m planning to create a website on dreamhost using Ruby on Rails. While reading through the wiki on dreamhost, I realized that I have to transfer my local files to the server using svn & capistr
I am getting an error when trying to move my ASP.NET application from VS2010 to our IIS 6.0 webserver. The error happens on the first time the app tries to make a new SQLXMLCommand Object on the login
After I have re-deployed my app to Heroku, it displays the old public/index.html. What am I missing? I have done the following steps: