Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Major mixup in two ASP.NET transactions
Message
From
03/09/2006 16:40:22
 
 
To
03/09/2006 16:33:19
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01150471
Message ID:
01150617
Views:
36
>>If my premise is correct then no...
>
>Then, this would mean that whenever I will try to initialize LXFramework.oRequest to something, no matter the value, it will always get the definition from the Get as you suggested.
>
>Basically, I guess then the global.asax BeginRequest() event could be as simple as:
>
>
>    Sub Application_BeginRequest(ByVal sender As Object, ByVal e As EventArgs)
>        LXFramework.BeginRequest()
>    End Sub
>
>
>assuming I would put the required initialization in the LXFramework.BeginRequest() method instead.

I guess so (but I don't know what LXFramework.BeginRequest() does). Also, within the LXFramework itself, you'd need to ensure that all references to oResponse and oRequest use the public property (rather than the underlying variable it was mapped to)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform