Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm not a network/web server kind of guy so not sure if this is doable. I need three ipads to be able to view a webpage hosted on a machine on the LAN network. the machine is running windows XP, using IIS Express to host the site. local ip address of the machine is 192.168.168.36:

enter image description here

iis is hosting the site on localhost:60948 but when i try to go to 192.168.168.36:60948 i get "Bad Request (Invalid Hostname)". Is it possible for me to view the webpage on this machine on the LAN? Real NOOB question I know.

share|improve this question
I did put http:// before the ip addresses in the last paragraph but SO ripped them out thinking they were real links. – user987723 Nov 20 '12 at 16:49
you need to tell iss to bind the lan ip. localhost=127.0.0.1, so it won't be listening on the 192.168.168.36 address. exactly how to do that is offtopic for this site. try serverfault or superuser. – Marc B Nov 20 '12 at 16:49

closed as off topic by Marc B, Jon B, RiaD, Levi Morrison, Ragunath Jawahar Nov 20 '12 at 19:04

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Was able to do this using what Marc B said. In webmatrix you can tell iis express what ip to bind to the website in the website settings.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.