Browse by Tags

Related Posts

  • Asp.net Ftp Client : sending files automatically at regular intervals

    I have an ASP.NET Mobile application , The application creates some files automatically, say text files based ont the users interactions. I need to send these files to a specific ip address at regular time intervals automatically irrespective of the events (ex page_load , itemcommabd buttonclick etc...
    Posted to Getting Started (Forum) by codetoad on 07-24-2008, 12:00 AM
    Filed under: ViewState, .Net 2.0, ajax, Ajax Viewstate, app pool crash KB928365, Application Error Trace Stack, application object, Application Pool, architecture, asp.net, ASP.NET - Download Files to server, asp.net 2.0, Asp.Net 2.0 session, ASP.NET State Management, asp.net., Async, asynchronous callbacks session StateServer, Global assembly cache, global.ascx, application shutdown, Application State, Application State Reset, application variable web.config performance, Application_Error, application_exception, Application_Stop Applicaton, asp.net - application variables, global data access, Global Error Handling, Application variables, ApplicationState, viewstate asp.net, application, application boundary, application end event, application lifetime scope state management asp.net, application restart, Async Page, global.asax, Application_End
  • Can I refer to the Session object in the Application_Exception handler in my Global.asax?

    I want to put some code that looks like this into my Global.asax : void Application_Error(object sender, EventArgs e) { Session["appException"] = Server.GetLastError().GetBaseException(); Response.Redirect("FriendlyErrorPage.aspx"); } Will this code work? I know that sometimes there...
    Posted to State Management (Forum) by Afro Blanca on 12-06-2007, 12:00 AM
    Filed under: Session, global.asax, application_exception
Page 1 of 1 (2 items)