Hi, Im using sessions in asp.net2.0 and want to keep my site alive to stop the IIS recycle as i read the recycle can cause sessions to be lost...which is happening for me. If I put a simple batch file just containing - ping mysite.com - on my server scheduled using my 15 min scheduled task...would this stop IIS from recycling my web app. Thanks...
Hi Bruce, Thanks for the update. Another question if I may. If I write a .Net windows app in the form of an .exe which does a http request to the home page of website...will this work i.e. is there any policy of not allowing any .exe etc... Thanks...