I found the solution : I forgot taht I used to change the web.config and used
a group for authentication. If you do that there is no anonymous login anymore
"Arvid" wrote:
> hi,
>
>
> i had a series of websrevieces and asp.net 2.0 website which worked fine on
> a IIS5.0.
> It had to be moved to a new server with iis6.0 (windows 2003). I had some
> trouble getting it to work again but it worked...
>
> UNTIL
> the server became a domain controller
> and again it stopped working. After a few extra settings (all related with
> security of course) it worked again for me, but since I have administrator
> rights it doesn't really count.
> The only problem I think is that I have to log in, and I want an anonymous
> login, thus without having to log in.
> I already read and executed the following :
>
http://support.microsoft.com/kb/332167 but nothing changed.
>
> I have a special domain user who is the anonymous login. It has extra right
> on certain directories like the c:\windows\temp and the
> C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
> these dirs had to have extra access rights before it became a domain
> controller
>
> what am I missing
>
> --
> regards,
>