Hi!
I have successfully installed DNN on a server.
When I log in and use the server as a local user, I am able to run DNN.
When I try to access the DNN website from another machine on the intranet, I am not able to run DNN (Internet Explrer cannot display the web page - no error number given).
The DNN directory as well as its website sub-directory and child objects havethe following permissions
1. IUSR and IWAM - Read and Execute permissions
2. Anonymous access is permitted using the IUSR account
3. Integrated Windows security is enabled
4. The DotNetNuke_2 application has execute permissions on scripts
Here are some clues -
1. Ping the server from a workstation - OK (server can be discovered over intranet)
2. Create a virtual directory on the server, create a index.htm file and access it from a workstation using HTTP - OK (HTTP services running)
3. Create a Default.aspx file on the directory in 2, place code to display "Hello" upon form Init event, access from a workstation - OK (DotNet Framework running)
4. Create an index.htm file in DNN directory and access it from a workstation - OK (DNN website can be accessed via http)
5. Create a Test.aspx file in the DNN directory, do the same as in step 3 above, and access it from a workstation - OK (DotNet application in DNN website can be accessed by intranet user)
6. Run the Default.aspx file in the DNN website - FAIL (Internet Explorer cannot display the webpage - no error number given)