[Mono-dev] timeouts with xsp

Robert Jordan robertj at gmx.net
Fri Oct 14 06:45:10 EDT 2005


Hubert,

> Is there a way to set the timeout limit of a request in xsp (may be in
> xsp.exe.config)... (i've a very long request, that recreate a database,
> and xsp's doing timeouts)

For the web.config:

<configuration>
   <system.web>
     <httpRuntime executionTimeout="seconds" />

Rob




More information about the Mono-devel-list mailing list