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:29:00
 
 
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:
01150614
Views:
29
>OK. AFAICS none of the above are request/page specific (i.e. they are global and don't change from hit to hit) ? If that's true then we're back to something I suggested earlier. Just change your oResponse and oRequest properties in your framework class so that they reference the current request:
>
> Public Property oResponse
>    Get
>      Return HttpContext.Current.Response
>    End Get
>End Property
>
>Public Property oRequest
>  Get
>     Return HttpContext.Current.Request
>  End Get
>End Property
>
Do I need to change something in my original global.asax file?
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