Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP web application runs SLOW in a IIS 6.0

Status
Not open for further replies.

ejanakieff

Programmer
Sep 9, 2003
62
ES
I have a web application based on html and asp pages.
This pages uses a component (COM+ application) to access to the data base.

It works fine in a IIS 5.0 server with Windows 2000.

Now I want to update the server to Windows 2003 with IIS 6.0. I have made a test in a test server:
* I have copy the asp and html pages, and created the virtual directory.
* I have configured the component to access to the data base.

All function OK. I can connect to the data base and return the result.

The problem is this:
The pages are shown very very slowly, very more slower than in the Windows 2000 server.

Both servers have the same hardware, only change the operating system, and the web server.

Can someone help me?

Thanks,
Eva Janakieff
 
Do all of the pages run slowly, or only those that access the database? I had a problem accessing the database and found that I needed to change the Link Speed and Duplex property of the NIC configuration from autodetect (detected 10 Mbps/half duplex) to 100Mbps/ full duplex.
I ruled out IIS configuration problems by testing the speed of the connection to the database using MSQuery and the same ODBC data source that the asp pages called.
 
I found the solution:

I have activated the option "Enable Buffering" of the Virutal Directory.
And all the pages run faster.

Thanks,
Eva Janakieff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top