Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application recycling logging
Message
From
17/10/2010 17:07:08
 
 
To
17/10/2010 16:15:56
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01485842
Message ID:
01485874
Views:
32
>Instead of putting that code into the Global.asax file, I am wondering if there could be a possibility that I could put it in my Framework.dll. Is this possible for inheritance in regards to Global.asax?

I created a class in the framework such as this:
Namespace Framework

    Public Class GlobalBase
        Inherits System.Web.HttpApplication
I then updated the Global.asac to inherit from that class. This works. The regular Global.asax start and end events are fired and I can proceed from there.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform