Connecting Tech Pros Worldwide Forums | Help | Site Map

set Command Timetout property in web.configuration file

Newbie
 
Join Date: Nov 2008
Posts: 4
#1: Nov 20 '08
How cam I set the Command timeout properrty in web configuration file for handling the command property moretime than the 30 sec.Bz while exporting the huge data from data base to excel or pdf or powerpoint,I am getting the exception like "Timeout Expires..


Any one help me.

Thank you advance.

Newbie
 
Join Date: Nov 2008
Posts: 4
#2: Nov 29 '08

re: set Command Timetout property in web.configuration file


commnd name dot timeout property set the youe defined time to priopery.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,137
#3: Dec 4 '08

re: set Command Timetout property in web.configuration file


Quote:

Originally Posted by pavalisofthard View Post

How cam I set the Command timeout properrty in web configuration file for handling the command property moretime than the 30 sec.Bz while exporting the huge data from data base to excel or pdf or powerpoint,I am getting the exception like "Timeout Expires...

Are you getting a TimeOut exception on your Server or in the Web Browser?
Also, what type of application have you developed? An ASP.NET application? Does it use Ajax?
Member
 
Join Date: Sep 2007
Posts: 70
#4: Dec 16 '08

re: set Command Timetout property in web.configuration file


I have an AJAX enabled application that seems to be timing out at 30 seconds. Were you going to make a recommendation about an AJAX timeout?
Reply