PDA

View Full Version : Windows Server Help?



TaiLZ
January 31st, 2007, 00:27
You are not authorized to view this page

You do not have permission to view this directory or page due to the access control list (ACL) that is configured for this resource on the Web server. Please try the following:

Contact the Web site administrator if you believe you should be able to view this directory or page.
Click the Refresh (javascript:location.reload()) button to try again with different credentials.HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.
Internet Information Services (IIS)

Technical Information (for support personnel)

Go to Microsoft Product Support Services (http://go.microsoft.com/fwlink/?linkid=8180) and perform a title search for the words HTTP and 401.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled About Security, Access Control, and About Custom Error Messages.

Thats the error page.
I have no experience with IIS or Windows as i've used linux in the past.

Anyone help me how to get rid of that.

Decker
January 31st, 2007, 06:34
Learn to use IIS! No quick solution, IIS has a lot of settings that can produce that error. Use the MMC (start-run-type mmc hit return) snapin for IIS to go through the security/permissions settings.

impactgc
January 31st, 2007, 08:40
Did a login dialog box appear?
Is anonymous access turned off?
Check the permissions of the folders?
Does the IUSR_<ComputerName> have read and execute permissions to the folders?
Check ASP.NET permissions.

I would bet that it is folder permissions that is causing your problem.

There is alot of things to check. If you are on a shared hosting plan - check with your provider - they should be able to help you.


Thanks,
Adam

TaiLZ
January 31st, 2007, 09:21
Meh, thanks anyway, i can't be bothered to use IIS at the moment, i'll install apache.