NetTalk Central

Author Topic: Trying to demo my app without a web connection on Vista  (Read 2154 times)

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Trying to demo my app without a web connection on Vista
« 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!
Mike Grigsby
Credify Systems
Central Oregon, USA

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Trying to demo my app without a web connection on Vista
« Reply #1 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

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: Trying to demo my app without a web connection on Vista
« Reply #2 on: January 05, 2009, 03:02:30 PM »
Thank you Bruce. I didn't know that 127 was faster. That's a great tip!
Mike Grigsby
Credify Systems
Central Oregon, USA