Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to resolve Time out Error in Classic ASP. When I run the Application I get this following error,
Microsoft OLE DB Provider for SQL Server error '80040e31' Timeout expired
Posted
Updated 3-Jul-13 19:30pm
v2

1 solution

You can check your query/stored procedure to ensure it's efficient. You could also try some of the fixes outlined here: http://tutorials.aspfaq.com/8000xxxxx-errors/why-do-i-get-80040e31-errors.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900