A special file in the ASP.
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 breakpointsI 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-asaxHow 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-asaxI 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-asaxI'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-asaxI'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-asaxIs there any way i can access the page object from within the global.asax Application_EndRequest function ? I'm trying …
c# asp.net global-asaxI'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-asaxI 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 scriptmanagerHow 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