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