I've just installed a new installation of DNN version 7.
I can view this site from the server where I installed it, by navigating to www.dnndev.me (which I believe just redirects to local IP 127.0.0.1)
However, I'd like to view this new DNN installation from another computer (within our DMZ to develop it).
But, when I type in the IP address of the computer where the DNN installation is - I get an error.
In fact even when browsing to this IP address from the very same computer and typing in 192.168.x.x
or even typing in 127.0.0.1 directly into the browser - I still get the same error.
At first the error was :
403 - Forbidden: Access is denied.
So then I'm informed by this help page:
http://support.microsoft.com/kb/942062 ...to enable Directory Browsing
- Which I did and it didn't make a difference.
And also advised to do this:
"Type the following command, and then press Enter:
appcmd set config /section:directoryBrowse /enabled:true"
- Which I did, and now I can see my files as a directory, but when I select the dnndev.ne folder - I get this error:
"Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level." This error can be caused by a virtual directory not being configured as an application in IIS.
We are using: Windows 2008 r2, SQL 2008, ASP.net4, and IIS7.