Hi
I am getting timeout error while accessing the database while i am trying to use new class in app_code.
Any help would be great.
Thanks
Gaurav
Hi
I am getting timeout error while accessing the database while i am trying to use new class in app_code.
Any help would be great.
Thanks
Gaurav
Gaurav
email:-gaurav@infoquestsolutions.com
gmail:-infoquestindia
yahoo:-info_quest_solutions
skype:-infoquestsolutions
You're not giving us much to work with to help you...
- What does your custom class do
- Do you have a code sample at the point it times out
I think the default IIS timeout is 90 seconds so if you have a query or process running longer than this, it will timeout unless you change the setting using Server.ScriptTimeout = VALUE;
Webopius.com: ASPDotNetStorefront web development and ecommerce project management
Webopius is now a Sage Pay Approved Partner
I would increase it anyway. ASPDNSF times out on so many queries and code that its always worth increasing it to overcome these issues.