vote up 0 vote down star

I can't GET any of the pages hosted on my development machine externally, even after opening an exception at the Windows firewall.

flag

2 Answers

vote up 6 vote down check

The Visual studio web server (aka Casini) won't accept remote connections - you need to use IIS.

Of course, I guess you could do something like run a program that proxies remote requests to it, but that's way more painful than just installing IIS on your dev machine and using that.

link|flag
+1 - Heh... beat me by 1 second – John Rasch Jun 18 at 2:38
vote up 0 vote down

If you're using the ASP.NET Debugging Server, it is not possible to access remotely. If you have Windows XP Professional or Vista with IIS, you can create a virtual directory that points to your publish folder.

If you are using IIS and you're behind a router, make sure you're forwarding port 80 traffic to your machine.

link|flag

Your Answer

Get an OpenID
or

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