Redirecting in Godaddy
-
Hi, I have a .NET web application hosted in 3rd party server. When I access the URL from my local browser, I am able to do it. However we have purchased the Go Daddy domain. Now I am trying to redirect the domain to my .NET web application hosted in 3rd party server. I contacted Go Daddy support and put the redirection URL. But When I access that domain name in browser I am getting IIS 7 page instead of login page. I have set the default page also. But still I am getting the same IIS 7 page. Please help
Chidambara
-
Hi, I have a .NET web application hosted in 3rd party server. When I access the URL from my local browser, I am able to do it. However we have purchased the Go Daddy domain. Now I am trying to redirect the domain to my .NET web application hosted in 3rd party server. I contacted Go Daddy support and put the redirection URL. But When I access that domain name in browser I am getting IIS 7 page instead of login page. I have set the default page also. But still I am getting the same IIS 7 page. Please help
Chidambara
-
Hi, I have a .NET web application hosted in 3rd party server. When I access the URL from my local browser, I am able to do it. However we have purchased the Go Daddy domain. Now I am trying to redirect the domain to my .NET web application hosted in 3rd party server. I contacted Go Daddy support and put the redirection URL. But When I access that domain name in browser I am getting IIS 7 page instead of login page. I have set the default page also. But still I am getting the same IIS 7 page. Please help
Chidambara
Did you program the DNS Server IPAddress for the new domain name to point to your DNS server, which contains the DNS record for the new domain you purchased. Did you write a public zone file or record on the DNS server that your domain name points to? Did you bind the website in IIS7 to the right public / private IP address. Are you using NAT to forward packets from public to private in your router or firewall? Did you set an internal DNS zone record to point to the private ip address of the website if using NAT? IIS7 without the domain name or proper binding will always load the default website.