aspxtreme

Global.asax Syntax

Getting Started   ASP.NET Syntax


You can use the following elements to compose a global.asax file for your application:

Application Directives Specify optional settings used by the ASP.NET processor when handling ASP.NET files.
Code Declaration Blocks Define member variables and methods to be compiled into the generated Page class.
Server-side Object Tags Declare and create new instances of objects using a declarative, element-based syntax.
Server-side Include Directives Insert the raw contents of a specified file anywhere within the global.asax file.

See Also

ASP.NET Applications



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme