Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating a DLL
Message
From
10/07/2010 16:01:22
 
 
To
10/07/2010 15:56:51
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01460478
Message ID:
01472160
Views:
31
Actually, it is not the code behind. I removed all that last year. Basically, all .aspx page have only one call in the Page_Load() event, which is to instantiate a class and call a method in it.

Here is an example:
<script runat="server">
    Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Dim loShowHeader As ShowHeaderStore = New ShowHeaderStore(oProcess)
        loShowHeader.ShowHeader()
    End Sub
</script>
So, basically, as it doesn't even go there, when it freezes, it cannot be a factor.
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
Reply
Map
View

Click here to load this message in the networking platform