Ask a Question related to ASP.NET General, Design and Development.
-
Chuck Haeberle #1
Re: 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 when
your web app first starts up, you put that code in this class.
"PABLIN" <pablinvb@hotmail.com> wrote in message
news:0cd301c35203$01730300$a601280a@phx.gbl...> Hello Comunity
> Somebody to explain to me that he is global.asx
>
Chuck Haeberle Guest
-
Session_Start in Global.asax
Is the Session_Start() sub executed on every request or just when a new users session is started? Thx for the help, stan -
Webservice and global.asax
Hi, I have a webapplication with webservices. For the webapplication I'm using the global.asax file. Not for the webservices. When a user... -
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... -
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... -
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

