Windows Server 2012 application with domain Locaweb [closed]

0

I have a Google Cloud Server Windows Server 2012, but I do not understand much of it. How do I point a domain that I have in Locaweb to my application running in IIS? On the locaweb site asks me to configure DNS.

    
asked by anonymous 15.09.2016 / 16:34

1 answer

1

You only need two items:

After creating the entry in your DNS, you should select your site in the configuration screen in IIS, click on "binds" to add yours and wait only for the DNS propagation time that you have created. The propagation time varies from server to server.

In Locaweb, create the subdomain:

Afterthehit,itisgoodtomakesurethateverythingisrightwiththeconfigurationbymakingadirectquerytotheDNSserver.Todothisyoucanrunthe nslookup command line. There are sites with online tools that can also help a lot in this query.

InIIS,editingisverysimple:

  • Type:SiteProtocol.Ifyouusehttps,youwillneedtoselectanSSLcertificateinstalledontheserver.
  • Hostname:TheaddresscreatedinDNS
  • Port:Portusedincommunication.
  • IP:Oryouputthe*thatrepresentsanyincomingaddressorselecttheinternalIPoftheinterfacethatwillberesponsibleforansweringtherequests

    
15.09.2016 / 18:28