I run a web site off IIS 6.0 (Win XP) with a Go Daddy domain. I have Go Daddy forward visitors to my IP address. All I want is to replace my IP address in the visitors address bar with my domain name.
This has really been giving me a lot of issues. First I tried using Go Daddy's masking feature. It made some kind of a frame but always showed http://www.mydomain.com even when sub pages were navigated to. It wasn't easy for others to link to a particular page on the site. Additionally, there were problems with the Session variables and Response.Redirects with the frame page setup from Go Daddy. I'm sure this is the cause because the pages worked right when I used my private IP inside my network, but not over the internet with the frame page.
Any ideas of something else that I can try to replace my IP address with my domain name? Basically, all I need to do is this:
Client_Addr_Bar = Replace(Client_Addr_Bar, MY_IP, MY_Domain)
One VB script line would do it if there were a variable I could set. Any ideas? There has to be some way to do this because I know of many web hosts who use IIS. How do they mask their IP with a domain name?
Thanks for the help.
This has really been giving me a lot of issues. First I tried using Go Daddy's masking feature. It made some kind of a frame but always showed http://www.mydomain.com even when sub pages were navigated to. It wasn't easy for others to link to a particular page on the site. Additionally, there were problems with the Session variables and Response.Redirects with the frame page setup from Go Daddy. I'm sure this is the cause because the pages worked right when I used my private IP inside my network, but not over the internet with the frame page.
Any ideas of something else that I can try to replace my IP address with my domain name? Basically, all I need to do is this:
Client_Addr_Bar = Replace(Client_Addr_Bar, MY_IP, MY_Domain)
One VB script line would do it if there were a variable I could set. Any ideas? There has to be some way to do this because I know of many web hosts who use IIS. How do they mask their IP with a domain name?
Thanks for the help.