Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

global.asax breakpoint not hit

System.EnterpriseServices.Wrapper.dll error

asp.net global-asax

ASP.NET: Is it possible to call async Task in Global.asax?

ASP.NET MVC doesn't call global.asax' EndRequest

asp.net-mvc global-asax

how many times is System.Web.HttpApplication is initialised per process

c# asp.net global-asax

Global.asax parse error after minor change and revert to previous version

global.asax Application_Error not firing

asp.net global-asax

Class in App_Code not accessible by Global.asax.cs