Hi;
I’m hosting my DNN website on my own server (Windows Server 2003). In order to expose this website to the internet, a DNS (A) record has been created as following
(new.companyx.com.sa) pointed to IP address (99.xx.xx.xx)
On the server, a new IIS (website) has been created with the following settings:
· (website) description is (Test)
· This (virtual directory) is pointing to the website directory
C:\Inetpub\wwwroot\Test\Website
· IP is (99.xx.xx.xx) which is the server IP
· Port: 80
· Host name is (new.companyx.com.sa)
· Enable anonymous access
· ASP.Net is version2
· From the document tab a (default.aspx) page is added
· From the DNN admin menu, I have added the following portal aliases
new.companyx.com.sa
www.new.companyx.com.sa
· On the C:\Inetpub\wwwroot\Test\Website, I set the following permissions:
o Modify permission for (NetworkService) and (ASPNET)
o Read permission for the (Internet Guest Account)
Now on the server, I can access this website on:
http://new.companyx.com.sa
but when I try to access it from another PC, I get (page cannot be displayed) message
How can I expose this DNN site to the internet successfully?