This problem has had me stuck for weeks now...
I have an ASP .NET application on a machine running Windows 2000
Server.
It connects to an ODBC data source using the ODBC Data Provider.
The connection takes about 5 seconds to create.
It takes 5 seconds whether I load the application locally on the
server's browser, or across the network from a client PC.
A Windows Forms application on the same server, creates the same
connection in 0.7 seconds.
The same ASP .NET application installed on a low spec development
machine running Windows 2000 Professional (or Windows XP Pro), opens
the connection in 0.7 seconds.
Please, please tell me if you have seen this before and give me some
ideas.
I've tried everything!
Thanks In Advance
James
I have an ASP .NET application on a machine running Windows 2000
Server.
It connects to an ODBC data source using the ODBC Data Provider.
The connection takes about 5 seconds to create.
It takes 5 seconds whether I load the application locally on the
server's browser, or across the network from a client PC.
A Windows Forms application on the same server, creates the same
connection in 0.7 seconds.
The same ASP .NET application installed on a low spec development
machine running Windows 2000 Professional (or Windows XP Pro), opens
the connection in 0.7 seconds.
Please, please tell me if you have seen this before and give me some
ideas.
I've tried everything!
Thanks In Advance
James
Comment