Will
Will

Reputation: 1622

Outside connections to asp.net development webserver

Is there any way to access my asp.net dev server (launched from visual studio) from an outside connection? It seems to be filtered to only allow localhost

Upvotes: 1

Views: 291

Answers (2)

Sky Sanders
Sky Sanders

Reputation: 37104

CassiniDev, http://cassinidev.codeplex.com, can listen on any port/hostname

Upvotes: 0

kemiller2002
kemiller2002

Reputation: 115538

No, cassini can only be accessed from the machine it is running on.

Upvotes: 4

Related Questions