Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fancy trick with Application_Start
Message
From
29/01/2015 09:35:42
 
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01614564
Message ID:
01614591
Views:
26
BTW, even if the global.asax contains this:
< @ Application Language="VB" Inherits="Framework.GlobalBase"%>
...which means it would use my class instead, which does not contain Application_Start(), and update the global.asax like this:
< @ Application Language="VB" Inherits="Framework.GlobalBase"%>
<script>
    Sub Application_Start()
        ...
    End Sub
</script>
Does this mean it will still use my class, but as my class does not contain that event, it would then be able to use the event in the global.asax file instead?

Basically, if one particular event is not in both places, it would work to use a mix and match approach like this?
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