Wow.  That is like night and day for some of my applications.

Thanks a lot to everyone.  Where I'm at the login domain it was looking
in was HUGE.  I had some massive delays depending on how clogged the
DC's were.

Very interesting.

Thanks,
=Blain

-----Original Message-----
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Willy Denoyette
Sent: Friday, May 24, 2002 2:49 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Very very slow startup of dotneet applications

No password needed, the account may even be disabled.
I could be wrong, but ist seems like the CLR calls "LookUpAccountName"
with "aspnet" as the account to lookup.
If the is account is not found in the local security database, the logon
domain is searched followed by the trusted
domains, and on W2K and XP, all domains in the forest. Now if you are a
member of a domain and the local aspnet account
doesn't exist and the primary DC is not available, the lookup will
time-out after 20 seconds when called the first time.
The "not found status" is cached by the LSA for another 10 sec's, so a
call to LookUpAccountName issued within that
period returns immediately.

Willy.

----- Original Message -----
From: "Blain Timberlake" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 24, 2002 7:27 PM
Subject: Re: [DOTNET] Very very slow startup of dotneet applications


> Interesting.  Mine have been quite slow starting up, but it did it
from
> day 1 so I had assumed that was how it was supposed to be.  So I
create
> a local user called 'ASPNET', is there a password needed or is it
simply
> looking to see if the user is there?
>
> =Blain
>
> -----Original Message-----
> From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf
Of
> Axel Heitland
> Sent: Friday, May 24, 2002 1:19 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] Very very slow startup of dotneet applications
>
> It affects all applications.
>
> However it looks like this bug shows up only on machines that do NOT
> have a working ASP.NET installation (the ASP.NET setup creates the
user
> "aspnet"). If the account is missing the CLR seems to query active
> directory or whatever to find the account; if the network is large
this
> could take some time.
>
>
> -----Original Message-----
> From: Blain Timberlake [mailto:[EMAIL PROTECTED]]
> Sent: Freitag, 24. Mai 2002 18:23
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] Very very slow startup of dotneet applications
>
>
> Could someone explain this to me?  Is this only concerning running ASP
> apps or not?
>
> =Blain
>
> -----Original Message-----
> From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf
Of
> Richard Birkby
> Sent: Friday, May 24, 2002 12:04 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] Very very slow startup of dotneet applications
>
> Nick Wienholt wrote:
> >
> > From microsoft.public.dotnet.framework.performance:
> >
> > In response to your questions:
> > 1. Yes, we have acknowledged that this is a know bug.
> > 2. We have not published a KB article on this issue.
>
> This is the primary reason I prefer to see bugs posted to this mailing
> list,
> rather than to the Microsoft bugs alias. It might very well be a known
> bug
> to Microsoft people, but it certainly isn't to customers. The KB lacks
a
> long way behind reality and usually only gets updated with bugs when a
> new
> service pack is released.
>
> Anyone fancy starting a website listing all the bugs rather that
waiting
> for
> Microsoft to publish them? www.dotnetbugs.com is available...
>
>
> Richard
>
> You can read messages from the DOTNET archive, unsubscribe from
DOTNET,
> or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>
> You can read messages from the DOTNET archive, unsubscribe from
DOTNET,
> or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>
> You can read messages from the DOTNET archive, unsubscribe from
DOTNET,
> or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>
> You can read messages from the DOTNET archive, unsubscribe from
DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to