HowTo: Session based application with ASP.Net
Jump to navigation
Jump to search
- keep an asp.net session alive for a long time:
- http://www.codeproject.com/KB/session/Session_Defibrillator.aspx (IFrame reloads before the session times out)
- http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=476 N-Layered Web Applications with ASP.NET 3.5
- using masterpages with placeholders: http://www.15seconds.com/issue/050728.htm N-Tier Web Applications using ASP.NET 2.0 and SQL Server 2005
- tutorial about a simple web application with login etc http://www.beansoftware.com/ASP.NET-Tutorials/Notepad-Web-Application.aspx
- viewstate, redirect page, session
- http://www.codeproject.com/KB/aspnet/ASPDontNetRemoting.aspx .NET Remoting under IIS - ASP.NET Application as Client
- http://www.codeproject.com/KB/session/sessionstate.aspx ASP.NET Session object with remoting