M
Mark Miller
I can't seem to find anything about setting the timeout for an individual
page. I have a long running post to a page, but the post is done from an
applet, so the browser doesn't have a timeout problem. But the server is
closing the connection and terminating the request after 90 sec (the default
timeout).
I don't want to change the page timeout for the whole application - MS best
practices discourages it because resources are used until the page times
out. The page in question is used for large file uploads and the applet is
for large numbers of large uploads at one time (30 - 100 files / 3-6 mb
each) which is why we use the applet.
I know that I could create an IIS virtual application directory with it's
own web config file but I was wondering if some one could confirm for me
whether or not I can set the timeout for a specific page or not.
Thanks,
Mark Miller
page. I have a long running post to a page, but the post is done from an
applet, so the browser doesn't have a timeout problem. But the server is
closing the connection and terminating the request after 90 sec (the default
timeout).
I don't want to change the page timeout for the whole application - MS best
practices discourages it because resources are used until the page times
out. The page in question is used for large file uploads and the applet is
for large numbers of large uploads at one time (30 - 100 files / 3-6 mb
each) which is why we use the applet.
I know that I could create an IIS virtual application directory with it's
own web config file but I was wondering if some one could confirm for me
whether or not I can set the timeout for a specific page or not.
Thanks,
Mark Miller