Avatar of -Dman100-
-Dman100-
Flag for United States of America asked on

Error: Access is denied due to an ACL set on the requested resource

I'm trying to configure an asp.net application on my localhost.  I created the virtual directory and when I browser the page, I get the following error:

HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.

This appears to be a permission issue on the folder, but when I try to right click on the site name and select permissions, nothing comes up.  Shouldn't a permissions dialog box come up, where I can set permissions?

I'm running XP Professional x64.

Any help is appreciated.
Thanks.
Microsoft IIS Web ServerASP.NET

Avatar of undefined
Last Comment
RubalJ

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
jabcoco

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
-Dman100-

ASKER
I read the articles in the above post and found that I needed to uncheck 'simple file sharing', which then allowed me to set permissions on the folder.

I added the IUSR_<MachineName> account with Read & Execute permissions.

Now, when I browse the site, I get this error message:

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

A name was started with an invalid character. Error processing resource 'http://localhost/CompassLearningDev/'. Line 1, Po...

<%@ Page
-^

If I go into the ASP.NET tab under properties and set the asp.net version to 2.0.50727 and make the documents tab is set to the correct start page...i.e. default.aspx and then browse to the page, I get 'Page Unavailable'.  And I know for sure the page is there.

Not sure what the problem is now?
RubalJ

Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy