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:30:29
 
 
To
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:
01150615
Views:
35
>>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?

If my premise is correct then No - except to remove the setting of the references in the BeginRequest()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform