Hello,
It sounds like the IUSR password is not synchronized in every places it is
stored. You can see what account is used for annonymous access from IIS
Manager (right click the website, click Properties, Directory Security tab.
This KB Article tells you how to synchronize this account:
<a style='text-decoration: underline;' href="http://support.microsoft.com/kb/297989/EN-US/" target="_blank">http://support.microsoft.com/kb/297989/EN-US/</a>
--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a>
"marko" <nema.DeleteThis@mejla.hr> wrote in message news:cmq0bv$rm5$1@bagan.srce.hr...
> I am trying to set up multiple site hosting on my test server, but I get
> error when I try to execute ASP.NET application on some other domain than
> the name of the server (403.1 - Unauthorized due to ACL on resource).
>
> For example: name of the server is TEST (also the same name configured for
> Default Web Site). Other site configured on the same server is
> mytestdomain.com that points to the same physical directory on the server
as
> first domain (TEST). When I try to execute some scripts on test domain,
> there are no problems, but when I try to execute the same script on
> mytestdomain.com, I got 403.1.
>
> I suppose I have to set up another anonymous account for the server (other
> than IUSR_TEST) or I am wrong? How can I know the correct name of the
user?
> I tried with IUSR_MYTESTDOMAIN.COM and IUSR_MYTESTDOMAIN that were in
Guests
> group and had access to web root directory but with no success. Thanks for
> advices!
>
> m.
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Multiple sites hosting on IIS6 / 403.1 error