How to STOP ASP.NET from shutting down at night.

R

rooster575

When asp.net is idle for xx minutes, it shuts down until the next request.
How can I make this time 72 hours so the process is NEVER restarted by
asp.net?

Thanks.
 
L

Lau Lei Cheong

According to what I know, ASP.NET process shutdown immediately upon return
of a POST. (That's HTTP connection, not FTP/Telnet/SSH)

If what you mean is timeout, that's quite another thing. Through I see no
reason to extend the timeout to 72 hours as it'll make you server extremely
vulnerable to DOS attack.

Please correct me if I'm wrong.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top