application-restart

How can you speed up the restart of an ASP.NET application?

What can I do to ensure that when an application/app pool restart is triggered, that the application comes back online as fast as possible? Better yet, is there a way to prevent the application restart when the usual triggers occur? Like modifying the web.config, global.asax, or machine.config? ...

Can you modify the web.config and NOT restart the ASP.NET application?

Possible Duplicate: How to prevent an ASP.NET application restarting when the web.config is modified? Was just thinking about uptime. Thanks. ...

How does ASP.NET handle deployments

Hi, i was only able to read up that ASP.NET detects changes to specific files like aspx files, DLLs and others. It will restart itself, finish current running requests and new requests with the new deployed files. But what is happening in the time from the first file beeing copied till the last one has been exchanged? If i exchange the...

flex 4: is there a command to restart the application ?

Hello. I have some testings in my flex application to make sure everything is alright. is there a way to restart the flex application once i detected some kind of a bug/error ? i know i can send a javascript command to restart the page. i wanna know if this functionality is available in flex. thanks ...