I am trying to set up remote desktop web access on my domain (gateway.wonderind.com). I am using Windows Server 2008 R2 Standard and IIS7. I can run the app locally by visiting https://localhost/rdweb/pages; however, I cannot view it externally. When I point my browser to https://gateway.wonderind.com, I receive a 403 error - Forbidden: Access is denied.
When visiting that domain on the server machine, I receive the detailed error, as follows:
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
Module: DirectoryListingModule
Notification: ExecuteRequestHandler
Handler: StaticFile
Error Code: 0x00000000
Requested URL: https://localhost:443/
Physical Path: C:\Windows\Web
Logon Method: Anonymous
Logon User: Anonymous
Most Likely Causes: A default document is not configured for the requested URL, and directory browsing is not enabled on the server.
In IIS7, I have my Default Document enabled and the following items are inherited:
Default.htm
Default.asp
index.htm
index.html
iistart.htm
default.aspx
I have been researching this issue for the past two days and have tried some fixes but nothing seems to work.
Any and all help is greatly appreciated!