Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
6k views

Addressing localhost from a virtualbox virtual machine

I have a local test/development server (http, of course), listening to port 8000, I'm working on Linux, so to test the page on IE6/7/8 etc I run a virtual machine using virtual box; I also need to ...
9
votes
6answers
173 views

Dev server for Java, like VS has for .NET?

I am on a Java learning spree recently, however I am normally a .NET developer. (So please forgive my newbie questions.) In .Net I can develop ASP.Net pages without using IIS, as it has a watered ...
6
votes
3answers
4k views

Django + WebKit = Broken pipe

I'm running the Django 1.2 development server and I get these Broken Pipe error messages whenever I load a page from it with Chrome or Safari. My co-worker is getting the error as well when he loads a ...
6
votes
2answers
837 views

Why would my ASP.NET project run on the development server when not among the startup projects?

I have a visual studio 2008 solution that includes an asp.net-hosted remoting project in c#. The solution also contains other c# projects and c++ projects. When debugging the interaction between my ...
5
votes
2answers
111 views

paperclip working in development but not working in production?

I'm pretty new to rails and seem to be having an issue with the paperclip gem. I installed the gem and it works well in development (localhost:3000) but when I'm running it on the heroku server, for ...
5
votes
2answers
1k views

stop development server when i stop debugging

how can i stop (automatically) development server when i stop debugging in visual studio?
4
votes
1answer
136 views

Blobstore Images Disappearing on Google App Engine Development Server

I'm using App Engine's high performance image serving on my site, and I'm able to get everything working properly on both my local machine and in production i.e. I can upload an image and successfully ...
4
votes
1answer
200 views

How do I stop the Development Server starting during Unit Testing?

I have a Visual Studio 2008 solution that contains around 30 projects. Some of these are web services / WCF services / ASP.NET MVC applications. When I run all unit tests (Ctr+R, A) it insists on ...
3
votes
1answer
218 views

When and why to use Django development server?

I understand that it's simple and doesn't require any installation whatsoever, but are there any other reasons to use it for long-term development instead of Apache with mod_wsgi? As a Django newbie, ...
3
votes
5answers
814 views

Where does the ASP.NET development server keep its logs?

I am trying to sort out a problem where some relative urls are not resolving properly in an ASP.NET website. I want to see the HTTP logs to determine which URLs are being requested from the web ...
2
votes
2answers
3k views

Using IIS Express to host a website (temporarily)

I have a website (MVC3), which for developement is hosted in IIS Express. (I've run into a bug of Cassini Devserver and had to upgrade...) Now, I'm wondering, is it possible to let other machines on ...
2
votes
6answers
2k views

Is there a way to add a virtual directory to Visual Studio Development Server?

I'm using the Visual Studio Development Server, with a specific port. Is there a way to add a virtual directory to it? EDIT: Sorry, I wasn't very clear. I'd like to be able to add one or more ...
2
votes
4answers
2k views

Force visual studio to start development server using the hostname localhost. (with period at end)

Is it possible to change the hostname that the development server fires up in visual studio 2008? Ultimately I would like visual studio to start directly on http://localhost.:xxxx/ (note the ...
1
vote
1answer
36 views

Standalone PHP development server

I mostly switched to python but sometimes I still have to work with old PHP projects. In all my python webapps I use an embedded httpd which allows me to use print for simply debug output, have the ...
1
vote
1answer
129 views

index.php not found in url of cloned Magento Site on Development server?

I hope my title is clear ? I have cloned a live Magento 1.5.0.0 site to my development server (windows wamp) the development server does not have an .htaccess file in the roor directory but i have ...
1
vote
2answers
230 views

How to write a batch file to update files that have been commited on a server

I am web developer.I edit files in a local svn working copy on my own machine,our development server is a shared disk through samba,and the root directory of the server is also a working copy,what I ...
1
vote
1answer
798 views

Speeding up the rails 3 development server

Now that Rails 3 is out, my favorite dev-mode plugin (rails-dev-boost) is broken. I'm working on a large application (>100 models and controllers) and loading them all every request takes more than ...
1
vote
1answer
101 views

Multiple asp.net development server ports

I've got a few projects and websites in my solution. When I debug a website, ports are opened for all the websites. I'm thinking this slows down my debugging. How do I switch off these extra ports ...
1
vote
4answers
107 views

Is it ok to use different different OSes for production/development servers with Rails?

Say, I love Debian+mod_rails and run it on my laptop which is my development platform. Yet, I am deploying to a production server running Ubuntu+mod_rails. Is it better in a long run if I install ...
1
vote
1answer
1k views

Launch ASP Development Server Manually? [closed]

There has to be a way to do this, I was googling information but I can't seem to get it to work. The sites I checked out said to do something along the lines of start /B ...
0
votes
1answer
24 views

IP has changed on Ruby on Rails Dev server and the cmd: cap staging deploy doesn't work

Goal: To have "cap staging deploy" work again. Problem: The development server's IP was changed. Background: I develop on my personal PC/Ubuntu 10.04 LTS and push updates to the development/test ...
0
votes
2answers
45 views

How can I connect to a deployment server on a different network?

I'm working through the Django book, and I set up everything I need to in order to use the development server. However, I'm running it on a server not on my network. I know you can view the ...
0
votes
1answer
155 views

how to deploy Visual Studio Development Server with web applications

i want to know how do i deploy ASP.NET web applications on client machines which runs with the visual studio development server rather than configure it in the IIS on the client machine? I know its ...
0
votes
2answers
180 views

Django development server: templates render from custom views not getting static media

I have a development server running (and serving content) using the built in django server. All my templates that are rendered from generic views point correctly to the static media files ...
0
votes
2answers
307 views

Using IIS7 to debug instead of Development Server

Can someone please tell me what needs to be done to debug a asp.net app using IIS7 instead of the Development server with VS2010. I have found multiple resources online that says how to do it and they ...
0
votes
1answer
252 views

HTAccess Rewrite: 301 Redirect Index but not Subdomain

I'm creating an online community and I'm trying to set up a development server. Currently, I'm using GIT as my repository. I have both mysite.com and mysite.net; the .com being the primary site. My ...
0
votes
2answers
290 views

ASP.Net Development Server performance

I am developing a simple ASP.Net application on a Windows 7 x64 machine using Visual Studio 2008 SP1. The computer itself is a very strong machine. I am using the built in development server for ...