vote up 0 vote down star

Guys, been knocking my head against the desk (instead of the mac) for hours. I'm running VS 2008 in a parallels VM. I can access the development server in the VM if local host is used, if I use the designated ip for the VM or try to access it externally it does not work. All firewalls are off and I verified that I can access iis externally.

Any Ideas what could be wrong?

flag

3 Answers

vote up 0 vote down

The first answer is that you can't do it because the development server is specifically made to just run locally, otherwise it becomes a security risk.

The second answer is that you can get around anything, this hints that there is a way to do it using a reverse-proxy (but the post he links to seems to be dead)

link|flag
vote up 0 vote down

EDIT : After viewing RichardOD's answer, I fear that my answer below is wrong and you can not access it using IP.

But I suggest you to go with deploying it to IIS.

The VS2008 internal web server ( which I guess is cassini ) creates a port for your app and runs a web server for your app on that port. If you want to access it from outside the machine you have to use that port in addition to IP.

link|flag
I am using that port, it just does not work. I can swear that we used to do this with 2005. – Fallen Fate Oct 12 at 15:10
vote up 2 vote down

Yes, it is by design. Consider using IIS instead.

link|flag
@RichardOD : +1 – Mahin Oct 12 at 15:06
Thanks, now I have to get ASP net working on IIS, which was looking hairier than just hitting the aps dev server port externally. Everything installed properly for IIS and ASP .Net but IIS seems to still just server static content properly. Thanks – Fallen Fate Oct 12 at 15:11
Cool- aspnet_regiis will be useful to you. – RichardOD Oct 12 at 16:05

Your Answer

Get an OpenID
or

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