Microsoft IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsSystem AdministrationMicrosoft IIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old September 1st, 2006, 05:28 PM
thormex thormex is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Location: Guadalajara, Mex.
Posts: 2 thormex User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 29 m 10 sec
Reputation Power: 0
Slow script execution on IIS 6

hello everyone, recently we've just bought a new server and installed Win 2003 on it. I have developed my web apps on classic ASP and used IIS 5 for them and everything was just perfect, but now that i moved them to IIS 6 I've noticed that scripts that executes store procedures (the ones that fetch hundreds of rows) are pretty slow. Sometimes i get Internal Server Error 500, some others after several minutes got executed but with errors involving connection closed or cant open table.
I've been reading Microsoft IIS 6 documentation and found nothing there that could help. I think i have configured IIS 6 on the right way cause others of my ASP apps works fine.

Does anyone know any related issues executing classic ASP in IIS6?? o something that could help?

I'd really appreciate your advice to help me work out this problem.

Thanks!

Reply With Quote
  #2  
Old September 1st, 2006, 05:40 PM
markoc's Avatar
markoc markoc is offline
Contributing User
ASP Free Regular (2000 - 2499 posts)
 
Join Date: Nov 2003
Location: UK
Posts: 2,166 markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 3 Weeks 21 h 31 m 35 sec
Reputation Power: 220
Slow script execution on IIS 6

whats are u using as ur DB?

is the db on the webserver?
__________________
Hope this advise helps.

If so please show your appreciation by adding reputation points (click gauge image on top right of this post and score).

Reply With Quote
  #3  
Old September 5th, 2006, 12:19 PM
thormex thormex is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Location: Guadalajara, Mex.
Posts: 2 thormex User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 29 m 10 sec
Reputation Power: 0
I'm using SQL Server 7 running in a different server. But i don't think the DB could be the problem since i've already changed the DB to MSSQL 2000 and had the same problem. so there's something about the webserver that i just dont know how to work around it.

Thanks for your reply.

Reply With Quote
  #4  
Old September 5th, 2006, 06:17 PM
markoc's Avatar
markoc markoc is offline
Contributing User
ASP Free Regular (2000 - 2499 posts)
 
Join Date: Nov 2003
Location: UK
Posts: 2,166 markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 3 Weeks 21 h 31 m 35 sec
Reputation Power: 220
Slow script execution on IIS 6

i was just checking ur not using MS access or SQL server on the same server.

did you use the Microsoft IIS 6.0 Migration Tool to transfer from the old web server?

Reply With Quote
  #5  
Old September 6th, 2006, 08:27 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 23 h 19 m 36 sec
Reputation Power: 181
I'd be looking into network configuration issues and/or firewall settings. Incorrect DNS settings can cause slowdown problems, for example.
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #6  
Old September 7th, 2006, 04:54 AM
markoc's Avatar
markoc markoc is offline
Contributing User
ASP Free Regular (2000 - 2499 posts)
 
Join Date: Nov 2003
Location: UK
Posts: 2,166 markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level)markoc User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 3 Weeks 21 h 31 m 35 sec
Reputation Power: 220
Slow script execution on IIS 6

ok to sort this issue out open the IIS MMC expand the web server name right click web sites and select properties then click the service tab tick run www service in IIS 5.0 isolation mode.

this will improve ur classic asp pages run time.

Reply With Quote
Reply

Viewing: ASP Free ForumsSystem AdministrationMicrosoft IIS > Slow script execution on IIS 6


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT