0

I created a new VM from Microsoft Azure portal. I've configure my local website on IIS and its working fine when I browse my website from localhost.

Here I attached screen shot:

enter image description here

enter image description here

But I want to run my website with my domain asyncsol.com. I have successfully configured custom DNS on azure here is the screen shot:

enter image description here

Also I set provided azure nameservers against my domain name here is the WHOSIS screenshot:

enter image description here

and Configure my IIS binding settings with the same domain and its IP

enter image description here

after configure when I browse my domain its shows me this default page.

enter image description here

Now my question is how I access my website through my custom domain name. Please let me know what I'm doing wrong.

Also I post my question on MSDN.

MSDN Link

I m following this tutorial for my dns configurating on Azure

Tutorial: Host your domain in Azure DNS

enter image description here

4
  • OK so youve set up the domain to point to the DNS servers, but have you set the DNS servers to point to your IIS server IP? Commented Jul 16, 2018 at 9:30
  • @DigitalLightcraft How I can set DNS servers to point to my IIS server IP? Commented Jul 16, 2018 at 9:35
  • I'm not familiar with Azure DNS'es but you'll need to get access to that - I suggest contacting Azure support. Commented Jul 16, 2018 at 9:55
  • Do you have Azure web app service? Commented Jul 17, 2018 at 5:56

1 Answer 1

0

I found that you have Azure Web App service using nslookup utility.

C:\windows\system32>nslookup www.asyncsol.com
Server:  xxxx.com
Address:  172.17.10.10

Non-authoritative answer:
Name:    x.x.x.cloudapp.net
Address:  x.x.x.x
Aliases:  www.asyncsol.com
          asyncsol.azurewebsites.net
          waws-prod-dm1-031.sip.azurewebsites.windows.net

Probably, you need to map your existing custom DNS domain name to Azure Web Apps.

Navigate to your Web app service asyncsol.azurewebsites.net, select Custom domains. In the Custom domains page of the app, add the DNS name www.asyncsol.com to the list. Select Validate. The Add hostname page is shown. Select Add hostname. It might take some time for the new hostname to be reflected in the app's Custom domains page.

1
  • I see your issue has been resolved but can you tell if my reply is helpful? Or others can get a help in this case if you edit your solution here. Commented Jul 25, 2018 at 9:46

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .