localhost

SVN directories not showing up in localhost when using WAMP

Hi: I recently installed WAMP for actual local use. I've worked on live development servers but now am working on localhost. I've managed to get multiple virtual hosts setup on my WAMP/Vista 64-bit box but am having difficulty with directories pulled from SVN. I have four vhosts setup. Two work well and they are not tied to any SVN just...

Website (asp.net) to send emails via remote mail server, and not end up in spam folders

So, the setup is this, 2 separate servers... Web server, has IIS7, MS SMTP Mail server has MailEnable On the web server, I'm sending an email from an ASP.Net app, via the mail server, and it is getting marked as spam If I send an email through the mail server, just from a normal mail client, it doesn't get marked as spam. I'm sure t...

Accessing web services localhost from computer on network

Hi there, I'm trying to develop an iPhone application to consume a Web Service written in C#. I want to be able to access the web page through the localhost on my PC (http://localhost:54053/Service1.asmx) so I don't have to push the Web Service live just yet. Any recommendations on how to do this? Thank you very much. ...

Localhost on Nexus One/Android

If I plug the Nexus One to my computer via USB, is there a way for me to see http://localhost from the computer in the Nexus One screen? ...

how to distinguish local and global server

How do i know that this is global or local environment for my php pages means i m using Google map Key there is two different key one for local server and another for that domain where it has to be shown, so how do i write the code for both keys together and page automaticaaly detect that which key have to be use these things i als...

Is it possible for me to do the performance testing in localhost with actual network environment?

I need to test the performance of application running on localhost as if it were in the online environment. I mean the performance test conducted by the network traffic simulation, limited bandwidth simulation, or other parameter as if it were online. could Apache Ab do the simulation? Thank u so much. ...

Problem recieving UDP packets send to 127.0.0.1 when using SO_REUSEADDR

I am trying to make a set of applications discover each other using UDP and broadcasting messages. The applications will periodically send out an UDP packet saying who they are and what they can do. Initially we only use to broadcast to INADDR_BROADCAST. All applications share the same port to listen to (hence the SO_REUSEADDR). An even...

Rails Locally Installing Rails Application rake db:migrate returns

I have a private Rails app that I'm trying to install locally. It's currently running in a hosting environment but I'd like to install it locally to begin making changes. I've already worked out that I can make deploy updates to the 'live' server but a recent misstep 'reinforced the need to make changes locally'. After a fair amount of...

Subdomains and locally installed Rails app

I can't figure out what I'm overlooking, perhaps it's obvious or lack of understanding. The app I'm working with uses subdomains which on the hosting server work properly. I figured locally installing would kick up some issues around routing, so I read up on making changes to /etc/hosts and using the Ghost gem. Both seem to work fine i...

GetHostEntry.AddressList[0] returns ::1 on current Windows version even with IPv6 off. Can I change this?

I'm using a third party library suite that was stupidly hard-coded to call GetHostEntry.AddressList[0] for a local IP address. It is also not written to support IPv6. I disabled IPv6 on all my network interfaces, but AddressList[0] in my test program (and in the 3rd party libraries) still returns {::1} rather than my first IPv4 address. ...

Localhost 's subdomain with port numbers, how to?

We know that to add a subdomain for localhost, we open and edit the host file by adding lines such as: 127.0.0.1 localhost 127.0.0.1 abc.localhost 127.0.0.1 xyz.localhost My problem is that: if I browse abc.localhost:88 I get the below error: Bad Request - Invalid Hostname HTTP Error 400. The request hostname is invalid. Why d...

ASP - running in localhost - unable to reach internet

I have an ASP MVC controller action. I'm trying to make a web request public ActionResult Index() { WebRequest request = HttpWebRequest.Create("http://www.some-internet-address.com"); WebResponse response = request.GetResponse(); string str = response.ToString(); }` I get a "WebException occured" the remote name could not be...

How to start a local port on user's computer (Edited question)

Hi guys, sorry in the past I have not been able to formulate my question coherently. This will be my last try. =| Basically, I want to do something like this website is doing: http://www.ninjavideo.net/video/56388. They are rendering an iframe that points to a port on localhost. You will see nothing in the iframe if you dont have their ...

Why do I get an AG_E_NETWORK_ERROR in Silverlight on my local machine

I am hosting my Silverlight app in SharePoint 2010, which is running on my machine. Suddenly my images stopped showing up, and after a lot of fiddling, I tracked the issue down to an AG_E_NETWORK_ERROR. Searching all over the internet says I can't do cross-whatever in Silverlight, but that is not my issue. My site is on http://my-site...

fedora Chrome , cant access localhost or 127.0.0.1 when offline

i have open my httpd or apache , it works when online , but not when offline ... ...

Base logic of working with Source Control at localhost + Mercurial

I'm pretty new at Mercurial - actually new at source control. I have projects at localhost, which is ~/mamp/htdocs. I want to work all local. There is a point I'm confused about: I should keep repository at a different path than my htdocs I think, so I created "/reps/" folder and creating folders for each project under here, and copy a...

im confused with apache vhost

Hi, I am building a web application with Zend Framework, and I need to point my app to the "public" folder of the application: So basically when I call http://localhost/myapp it should display http://localhost/myapp/public/ I created a virtual host file called myapp into /etc/apache2/sites-available/: <VirtualHost *:80> DocumentR...

test the localhost in android emulator

Hi. My web application runs in localhost server. In my emulator the URL is http://localhost:8080/myaction Is it possible to retrieve the informaion from the server? ...

How do I test ASP pages locally on Mac/OSX?

Is it possible to test ASP websites locally on a Mac? ...

MySql environment variable on windows

I have installed Mysql on my localhost and it works fine with phpMyAdmin. I have set my CLASSPATH to C:\xampp\mysql\bin\ but when I try and run 'mysql' from the command line it doesnt recognise it. If I navigate to C:\xampp\mysql\bin\ in the command line I can run mysql commands fine. Any ideas? Thanks, Joe ...