Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in global-asax

Server.Transfer in Global.asax

Understanding routing in Global.asax (asp.net-mvc)

Access current domain name on Application_Start

c# .net global-asax

Method invocation is skipped in C#?

Prevent expiration of individual sessions based on custom conditions?

How to avoid passing slow Application_Start times to the end users in ASP.NET

Unhandled Exceptions with Global.asax

Why does Session_Start in Global.asax.cs cause performance problems?

asp.net global-asax

Global.asax event that has access to session state

Securing website assemblies with new code security model

global.asax works on local computer but not after i publish to server

How to handle session end in global.asax?

c# asp.net global-asax

log4net with ASP.NET 3.5 problems

Session State Not Available In This Context - In Global.asax

session state global-asax

"HttpContext.Current.Session" vs Global.asax "this.Session"

C# ASP.NET: how to access cache when no HttpContext.Current is available (is null)?

BeginRequest-like filter in MVC 3?

How do I access properties from global.asax in some other page's code behind

c# asp.net global-asax

ASP.NET MVC app custom error pages not displaying in shared hosting environment

Asp.net System.Web.HttpContext.Current.Session null in global.asax