Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
589 Points
463 Posts
Mar 24, 2012 04:49 PM|LINK
>That said...I don't know if your code would never run on an actuall IIS server for a lot of reason:
>1) if the process takes too much time the asp.net request will be timed out...and aborted.
Code in message contains:
Server.ScriptTimeout = 24 * 60 * 60;
it takes 24 hours to time out.
> 2) Normally asp.net has not the privileges that are necessary to run another process
I tested in my win 7 x64 notebook with IIS. pg_dump was invoked without issues.
kobruleht
Member
589 Points
463 Posts
Re: How to run dump and send its standard output to browser
Mar 24, 2012 04:49 PM|LINK
>1) if the process takes too much time the asp.net request will be timed out...and aborted.Code in message contains:Server.ScriptTimeout = 24 * 60 * 60;
it takes 24 hours to time out.
> 2) Normally asp.net has not the privileges that are necessary to run another processI tested in my win 7 x64 notebook with IIS. pg_dump was invoked without issues.