0

I have used the solution provided by this thread: Can I access ASP.NET Development server in an intranet?

I have tried both JavaTCPtunnel and Pocketsoap TCP trace, but they both return Bad Request - Inavlid hostname. I can see that a connection is made, but still this error is returned.

Router and firewall are both forwarded.

Do I need to setup something in the IIS dev server? Why does this work for everyone but not for me?

Community
  • 1
  • 1
Forza
  • 1,619
  • 3
  • 28
  • 49
  • Why not use IIS Express instead? – Dai Mar 17 '13 at 22:28
  • I have IIS 8.0 Express – Forza Mar 17 '13 at 22:28
  • IIS Express by default has an HTTP binding that just listens on localhost. You don't need to worry about tunneling or that stuff - just set IIS express to bind on a host name other than localhost (such as `*` or your machine name). This post explains how: http://stackoverflow.com/questions/4709014/using-custom-domains-with-iis-express – vcsjones Mar 17 '13 at 22:28
  • @vcsjones thank you for this useful tip! However I get stuck at step 2. I have entered the adress of a site that points to my localhost. But this adress is not valid.. What can I do about that? – Forza Mar 17 '13 at 23:29

0 Answers0