|
I need to restart my web-site sometimes
I really need be able to restart my web-site sometimes because I do a lot of ASP.NET development and when you changing Namespace code or working with components, it is not reflecting on the web until you actually restarting site(It is a big difference from the regular ASP where HTML is generating by IIS only with no component involved, now the whole response is a result of executing DLL in BIN folder) Of cose it is possible to upload a new DLL and it will restart automatically, but it is not suitable at all.
Also, just as a remark: mostly of the web-hosting companies have this future as a default control panel's element.
|