A special file in the ASP.
I've recently been given a website written in classic asp to configure and set up - although it also appears …
asp-classic asp.net-2.0 global-asax global.asaIn a WCF Service, I need to create a variable which should be accessible anytime from anywhere. All methods of …
c# asp.net asp.net-4.0 global-asaxI have custom errors set in the web config file as follows: <customErrors mode="RemoteOnly" defaultRedirect="GenericError.aspx" /> …
asp.net redirect exception custom-errors global-asaxI copied my MVC3 Razor website using FTP. However, when I type the URL I get an error: "Could not …
asp.net-mvc asp.net-mvc-3 deployment global-asaxI am getting and error message when i'm trying to get Session value in Global.aspx: I have tried another …
c# asp.net session global-asax application-errorDuring Application_End() in Global.aspx, HttpContext.Current is null. I still want to be able to access cache - …
c# asp.net caching httprequest global-asaxI am emailing unhandled exception details from global.asax. How can I get the path and/or filename of the …
asp.net exception exception-handling global-asaxNormally to access the current domain name e.g where the site is hosted I do something like string rURL = …
c# .net global-asaxI have read the beautiful article about Asp.Net Page life Cycle http://www.codeproject.com/Articles/73728/ASP-NET-Application-and-Page-Life-Cycle. My understanding …
asp.net httphandler httpmodule global-asaxI tried to assign the PreSendRequestHeaders Event in the global.asax file in the "Application_Start" method. But this does …
c# asp.net iis global-asax