I have a web site that uses basic authentication in order to access
anything in it. I would like to add a folder inside it that allows
anonymous access. Is this possible to do? It keeps telling me that I
don't have permission to access it. I've played with the NTFS settings
for the guest user account, but this hasn't helped.

I'm using Windows Server 2003, which I believe runs IIS 6.

Thanks,
Trevor

Re: Can I have an anonymous folder inside a basic authentication by Trevor

Trevor
Thu May 08 15:43:57 CDT 2008

I figured out the problem. I'm running a custom cgi program and
apparently IIS 6 won't allow that with the default anonymous account.
So, I set it up to use a different account and it's now working.

- Trevor

On May 8, 12:08 pm, Trevor <trevor.holy...@gmail.com> wrote:
> I have a web site that uses basic authentication in order to access
> anything in it. I would like to add a folder inside it that allows
> anonymous access. Is this possible to do? It keeps telling me that I
> don't have permission to access it. I've played with the NTFS settings
> for the guest user account, but this hasn't helped.
>
> I'm using Windows Server 2003, which I believe runs IIS 6.
>
> Thanks,
> Trevor




Re: Can I have an anonymous folder inside a basic authentication by David

David
Thu May 08 19:32:45 CDT 2008

On May 8, 1:43=A0pm, Trevor <trevor.holy...@gmail.com> wrote:
> I figured out the problem. I'm running a custom cgi program and
> apparently IIS 6 won't allow that with the default anonymous account.
> So, I set it up to use a different account and it's now working.
>
> - Trevor
>
> On May 8, 12:08 pm, Trevor <trevor.holy...@gmail.com> wrote:
>
>
>
> > I have a web site that uses basic authentication in order to access
> > anything in it. I would like to add a folder inside it that allows
> > anonymous access. Is this possible to do? It keeps telling me that I
> > don't have permission to access it. I've played with the NTFS settings
> > for the guest user account, but this hasn't helped.
>
> > I'm using Windows Server 2003, which I believe runs IIS 6.
>
> > Thanks,
> > Trevor- Hide quoted text -
>
> - Show quoted text -


Incorrect -- IIS6 allows running custom CGI programs with the default
anonymous account.

The problem is that your CGI program MUST be ACL'd to allow access to
the right user account, as well as be able to function correctly as
that user account. This is always the case no matter what. You did not
ensure that, so IIS6 correctly fails to run it.

This URL and all its links explain how and why.

http://blogs.msdn.com/david.wang/archive/2006/04/28/HOWTO-Run-Console-Applic=
ations-from-IIS6-on-Windows-Server-2003-Part-2.aspx


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//