According to MSDN, “The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level events raised by ASP.NET.” … more →
C#, ASP.NET, SQL Serverdeepakwaje wrote 7 months ago: Application & Session Events in the Global.asax File Methods corresponding to events that fire o … more →
pankajlalwani wrote 7 months ago: I have to implement url rewriting in one of my projects.. while searching net i got this link which … more →
Lakshmi Sravanthi Chowdam wrote 9 months ago: According to MSDN, “The Global.asax file, also known as the ASP.NET application file, is an op … more →
Lakshmi Sravanthi Chowdam wrote 9 months ago: ASP.NET defines an application as the sum of all files, pages, handlers, modules, and executable cod … more →
JShah wrote 1 year ago: What is the Global.asax file? The Global.asax file (also known as the ASP.NET application file) is a … more →
Daniel Elliott wrote 1 year ago: I have been using a session variable in a web app I have been working on and wanted to re-direct the … more →
sanzon wrote 1 year ago: URL Rewriting: The easy & complete way URL Rewriting can be a pain at times. The truth is, it … more →
Imran Akram wrote 1 year ago: Adding this code in Global.asax gives ur application the ability to redirect the user to the specifi … more →
sanzon wrote 1 year ago: URL rewriting might seem really complex at first, and trust me if you even begin to read the tutoria … more →
codeproject wrote 1 year ago: “I am experiencing problem with global.asax; events are not firing, I cant debug global.asax … more →
vikasmehta wrote 1 year ago: PreRequesthandlerExecute event is raised before the Init() method of Page or Service called. but it … more →
Arsenalist wrote 2 years ago: How would you dig it if someone randomly restarted your application every few minutes or so for abso … more →
Arsenalist wrote 2 years ago: How would you dig it if someone randomly restarted your application every few minutes or so for abso … more →
BottOm wrote 2 years ago: The following steps are pretty easy. In Part 1 I explained how to set up the MasterPage and other pa … more →
BottOm wrote 2 years ago: – This tutorial is based on several tutorials / workarounds found on the web. – The Prob … more →