How to host ASP.NET application externally?

Posted by Josh on Server Fault See other posts from Server Fault or by Josh
Published on 2010-02-07T21:56:13Z Indexed on 2010/04/26 21:04 UTC
Read the original article Hit count: 238

Filed under:
|

I have an ASP.NET application that I can get to locally by going to 192.168.1.102:81/TestApp. I would like to host the application externally by going to domain.com:81/TestApp (I already have my domain pointing to my router and this works fine - I have apache running on port 80 on another server). I modified the router settings to point any request coming through port 81 to 192.168.1.102. I am still having trouble accessing the ASP.NET site (I get the error message that "This link appears to be broken"). Am I missing something? How can I redirect domain.com:81/TestApp to my ASP.NET application? Thanks.

© Server Fault or respective owner

Related posts about iis

Related posts about ASP.NET