Top "Global-asax" questions

A special file in the ASP.

global.asax breakpoint not hit

I have some code in my ASP.NET app in C# that's in the Global.asax.cs code file. In …

asp.net global-asax breakpoints
ASP.NET MVC Url Route supporting (dot)

I hope that you can help me with the below problem. I am using ASP.NET MVC 3 on IIS7 and …

asp.net asp.net-mvc-3 iis-7 url-routing global-asax
global.asax works on local computer but not after i publish to server

How can I get my global.asax file to publish to our ftp site? I have added a global.asax …

.net asp.net visual-studio-2010 deployment global-asax
How to catch HttpRequestValidationException in production

I have this piece of code to handle the HttpRequestValidationException in my global.asax.cs file. protected void Application_Error(…

c# asp.net asp.net-3.5 iis-7.5 global-asax
Global.asax event that has access to session state

I'm trying to access the session state in my global.asax for every request (page, documents, PDF, etc.). I know …

asp.net session-state global-asax
log4net with ASP.NET 3.5 problems

I'm having some trouble getting log4net to work from ASP.NET 3.5. This is the first time I've tried to …

asp.net .net-3.5 web-config log4net global-asax
Asp.Net Global.asax access to the current requested Page object

Is there any way i can access the page object from within the global.asax Application_EndRequest function ? I'm trying …

c# asp.net global-asax
.NET Application_BeginRequest - How to get User reference?

I'm trying to get a reference to the user object in my Global.asax file's Application_BeginRequest. I'm using the …

asp.net global-asax
Call JavaScript function from global.asax.cs

I want to call the JavaScript function (which internally shows a popup about the error message) from global.asax.cs …

c# javascript asp.net global-asax scriptmanager
How does Global.asax PostAuthenticateRequest event binding happen?

How can I use the PostAuthenticateRequest event of Global.asax? I'm following this tutorial and it mentions that I have …

asp.net .net events global-asax autoeventwireup