Ask a Question related to ASP.NET General, Design and Development.
-
Chris Leffer #1
Name of events in Global.asax
Hi.
Reading the docs about the Global.asax events I noticed the names used
on the help are not the same on the file. For example, the docs talk
about Session_OnEnd but on the file I found Session_End. I tried a small
piece of code using Session_OnEnd and Session_End and both worked ok. Is
there any difference between Session_OnEnd and Session_End? Does the
same apply to the other events?
Regards,
Chris Leffer
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Chris Leffer Guest
-
global.asax
Hi all! I've created a simple aspx application and when I run it locally on my pc all works fine. If I move it on the web server I get the... -
Under what context Application events run in Global.asax
(I am running .NET Framework 1.1) I have a timer(System.Timers.Timer) running in my Global.asax page. In the timer.elapsed event I am trying to... -
Global Error handling in Applicatio_Error() of Global.asax
Hi all, For a web application if we are using web farm, and if i want to do Global Error handling can i use Applicatio_Error() method in... -
What is Global.asax?
It's the class file definition code for the Session and Application events - if you have anything that should be done when a user first connects or... -
global.asax classname
i have the following in global.asax: <%@ Application Codebehind="Global.asax.cs" Inherits="Foo.Global" Classname="AppClass" %> but wherever i...



Reply With Quote

