Application Slow to load

  • Thread starter Thread starter Lyn
  • Start date Start date
L

Lyn

I have an application that starts in < 15sec on may
laptop. The same laptops in the field make take 2 or 3
minutes for the application to start. All the same
software is loaded on each laptop. Is there something in
the way dot net applications startup that I can look at
changing?

Thanks, Lyn
 
* "Lyn said:
I have an application that starts in < 15sec on may
laptop. The same laptops in the field make take 2 or 3
minutes for the application to start. All the same
software is loaded on each laptop. Is there something in
the way dot net applications startup that I can look at
changing?

Make sure a user account named "ASPNET" exists on the machine. The
problem can be caused by some misconfiguration of the network
connections.
 
Back
Top