Mobile app version of vmapp.org
Login or Join
Harper822

: How to forward a domain on IIS on windows 7 Briefly my question is about combining my registered domain with the websites listening on port 80/8080 on my server. I have a web server IIS on

@Harper822

Posted in: #DomainForwarding #Iis7 #Localhost #Windows7

Briefly my question is about combining my registered domain with the websites listening on port 80/8080 on my server.

I have a web server IIS on windows 7 and two web sites listening on port 80 and 8080.
I have successfully forwarded any incoming request to port 80 and 8080 to my web server.
So everything works like a charm when I try to access these websites entering myglobalip:80/Index.aspx or myglobalip:8080/Index.aspx from a computer outside of the local network.

So I have a domain registered, lets say mydomain.com. What steps should I follow in which sequence? What should I consider to do? I need a step by step guide to follow.

I have registered my domain on Godaddy's website and only configured forwarding so the domain forward to my webserver but when I attempt to access the web page, It always try and try until It times out.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Harper822

1 Comments

Sorted by latest first Latest Oldest Best

 

@Debbie626

I think the best thing to do is add an A Record through the Go Daddy interface:
help.godaddy.com/article/680#arecs
Once you have the A record you can bind it in IIS (Right click the website, edit bindings)

and then hopefully it should work!

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme