Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Request Timeout in sharepoint custom aspx page

  Asked By: Lyndsey Gibbs         Date: Oct 04, 2009      Category: Sharepoint      Views: 464
 

I have a custom aspx page in sharepoint _layouts folder. This page has a ReportViewer control of Microsoft reporting. This control displays data from SSRS server rdl file which fetches data from Custom Sql server DB. There are some reports which takes about 4 mins to fetch data from database. SSRS returns the data but by the time sharepoint custom aspx Page displays "System.Web.HttpException:Request TimeOut error".

Tagged:              

 

1 Answer Found

 
Answer #1       Answered By: Elaina Suarez          Answered On: Oct 04, 2009       

if you want to let your users suffer for that long you can set the web.config executionTimeout parameter accordingly:

http://msdn.microsoft.com/en-us/library/ms960520(CS.70).aspx

Look out for c:\inetput\wwwroot\wss\virtualdirectories\[port]\web.config

with [port] the portnumber of your web  application.

 
Didn't find what you were looking for? Find more on Request Timeout in sharepoint custom aspx page Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].