» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > ASP forums and Tips

ASP forums and Tips Talk about ASP Scripting. .net and Cold Fusion as well.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-07-2005, 08:41 AM
lardy lardy is offline
OSP Starters
 
Join Date: Dec 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
lardy is on a distinguished road
Default Why do I get ASP 0113 / Script timed out errors?

Hi
Why do I get ASP 0113 / Script timed out errors?
Give me some clues about it ?

Thanks
Lardy -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 12-07-2005, 08:44 AM
dam dam is offline
OSP Starters
 
Join Date: Dec 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dam is on a distinguished road
Default A 'Bandaid'

If you have some longer pages, usually with database activity, you may have come across this error:

Active Server Pages error 'ASP 0113'
Script timed out
<file>.asp, line <line>
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeOut or by changing the value in the IIS administration tools.

A 'bandaid' is to increase the value for Server.ScriptTimeout. The default value is 90 seconds, so something in your script must be taking longer than 90 seconds. (I do not recommend doing this for your entire site, as the error message suggests, as this may mask other problems for you.)

Now that you've identified a page that takes longer than 90 seconds to run, you need to work on it, rather than simply relying on the bandaid. People want specific answers here, and claim that they "have done the maximum optimiz -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can FTP sessions be carried to another script? kipper PHP Programming and Tips 1 08-12-2006 10:52 AM
Cron with Plesk and PHP Script yogesh PHP Programming and Tips 1 08-01-2006 04:58 PM
script for Yahoo,ICQ & gmail contact listing darwin Yahoo 4 07-31-2006 01:10 PM
page rank script billy Google 2 03-22-2006 09:32 AM
Errors with php script johny PHP Programming and Tips 1 12-07-2005 05:59 AM


All times are GMT. The time now is 05:52 AM.