NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Mike Grigsby on January 02, 2009, 05:25:26 PM

Title: Trying to demo my app without a web connection on Vista
Post by: Mike Grigsby on January 02, 2009, 05:25:26 PM
Normally I demo my apps to prospects using GoToMeeting. My newest app requires my sales reps to demo on Vista laptops at the client's site. The app is for lower-tech customers, and we discovered today that the app won't run locally (http://localhost) if there is no network connection. I tried it on my laptop and realized the exact same problem. Is there a setting anyone knows about to correct this problem? I thought that localhost or 127... worked on any computer, connected or not. Thanks for any ideas!
Title: Re: Trying to demo my app without a web connection on Vista
Post by: Bruce on January 04, 2009, 09:41:03 PM
Hi Mike,

Laptops particularly have a habit of "unloading networking" when there is no network cable plugged in. This makes windows work better when moving from one network to another - especially in cases where DHCP is involved.

I'm not 100% sure on Vista, but on XP this was resolved by installing a "loopback adapter" (which is found under the manufacturer "Microsoft") as another network interface. I'm assuming vista has much the same sort of thing.

Tip: using the address http://127.0.0.1 is faster then http://localhost

Cheers
Bruce
Title: Re: Trying to demo my app without a web connection on Vista
Post by: Mike Grigsby on January 05, 2009, 03:02:30 PM
Thank you Bruce. I didn't know that 127 was faster. That's a great tip!