On that note, did async actions end up in the monorail trunk?... I recall it
being discussed earlier this year some time... Obviously a better approach
for actions that will otherwise tie up one of the thread pool threads for a
long time (though not a great user experience of course).

Cheers,

 - Alex

On Fri, Dec 5, 2008 at 8:41 AM, Ben Lovell <[EMAIL PROTECTED]>wrote:

> You need to change the script timeout via configuration (see the link
> below). Be warned though, it isn't usually a good idea to be tying up the
> ASP.NET threads with long-running work.
>
> http://msdn.microsoft.com/en-us/library/e1f13641.aspx
>
>
> Ben
> http://benl.wordpress.com/
>
>
> On Thu, Dec 4, 2008 at 6:27 PM, M Kenyon II <[EMAIL PROTECTED]> wrote:
>
>>
>> I've googled this, but perhaps I'm not searching for the right terms.
>>
>> I have an ASP.Net page that uses a MonoRail controller to retrieve a
>> dataset. The query is long running, and the page times out like this:
>>
>> Server Error in '/IntranetApps' Application.
>>
>> --------------------------------------------------------------------------------
>>
>> Request timed out.
>> Description: An unhandled exception occurred during the execution of
>> the current web request. Please review the stack trace for more
>> information about the error and where it originated in the code.
>>
>> Exception Details: System.Web.HttpException: Request timed out.
>>
>> Source Error:
>>
>> An unhandled exception was generated during the execution of the
>> current web request. Information regarding the origin and location of
>> the exception can be identified using the exception stack trace
>> below.
>>
>> Stack Trace:
>>
>>
>> [HttpException (0x80004005): Request timed out.]
>>
>>
>>
>>
>> What can I do to allow more time for the query?
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to