[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Extremely slow loading of app on Win 2003 Server

Olav

9/11/2007 3:08:00 PM

Hi,
we have an app. based on .NET Framework 2.0 using SQL Server 2005 as DB
server. For customers with Windows 2003 server it takes 1 minute to load our
app both on the server and on the work stations. For customer with other
server OS's like Win XP or 2000 server it takes about 5 seconds!
Our 2003 Server customers did not have this problem when our app was based
on .NET Framework 1.0 and MSDE.
Any idea?
2 Answers

Vadym Stetsiak

9/12/2007 8:30:00 AM

0

Hello, Olav!

Did you profile your code in order to detect the places in code that take
most time to accomplish?

When you'll detect these places (it can be DB authentication or something
else), you'll be able
to ask more precise questions.

--
With best regards, Vadym Stetsiak.
Blog: http://vadmyst.bl...

You wrote on Tue, 11 Sep 2007 08:08:02 -0700:

O> Hi, we have an app. based on .NET Framework 2.0 using SQL Server 2005
O> as DB server. For customers with Windows 2003 server it takes 1
O> minute to load our app both on the server and on the work stations.
O> For customer with other server OS's like Win XP or 2000 server it
O> takes about 5 seconds!
O> Our 2003 Server customers did not have this problem when our app was
O> based on .NET Framework 1.0 and MSDE.
O> Any idea?



Cédrick

12/3/2007 10:24:00 AM

0

Hi Olav,

Did you find a workaround to this issue?
I'm encountering the same problem... and don't know where search the
solution...

Cédrick

"Olav" wrote:

> Hi,
> we have an app. based on .NET Framework 2.0 using SQL Server 2005 as DB
> server. For customers with Windows 2003 server it takes 1 minute to load our
> app both on the server and on the work stations. For customer with other
> server OS's like Win XP or 2000 server it takes about 5 seconds!
> Our 2003 Server customers did not have this problem when our app was based
> on .NET Framework 1.0 and MSDE.
> Any idea?