Browse by Tags

Related Posts

  • How to keep an application alive?

    Any idea how to keep an application alive? One way I thought to create a new thread when the Application_End even is raised in global.ascx like public void PingServer() { try { WebClient http = new WebClient (); string Result = http.DownloadString( App .Configuration.PingUrl); } catch ( Exception ex...
    Posted to Web Forms (Forum) by Dynamic2008 on 06-15-2008, 12:00 AM
    Filed under: process, ASP.net 2.0 code-behind, aspnet_wp, C# URL handling, cache null object, Cache variables, Caching, global.asax, .ascx .aspx C#, .aspx page, .cs, Cache
Page 1 of 1 (1 items)