So - I can view logo.gif, if I go to http://localhost/logo.gif, but whenever I hit localhost/default.aspx, I get the 403 -Forbidden error. Specifically it say's: You might not have permission to view this directory or page using the credentials you supplied. I have anonymous access setup under IIS
Permissions are set as:
Administrators - Full
Network service - full
System - Full
IUser_account - read and execute
Users - read and execute
If I disable the Iuser account, I am unable to view the logo.gif file, and I get a 401.2 error - HTTP Error 401.2 - Unauthorized: Access is denied due to server configuration. Internet Information Services (IIS) When I renable it, I can view the gif image, but the default.aspx page errors out witht the aformentioned 403 error. This is running on a Win2k3/SQL2005 box. DNN is installed in the root of wwwroot. |