Click here to Skip to main content
15,913,722 members

Comments by Hiro_Protagonist_ (Top 1 by date)

Hiro_Protagonist_ 18-Aug-10 14:42pm View    
I already solved that issue by passing over that information on calls that wants to interact with the information about the browser type.

Normally when a request for aspx comes in, the HTTP_USER_AGENT information is delivered, so if the code needs to interact with the browser type, it now needs to pass over the server variables list.

Certainly not nice, but a solution.
I guess my issue was raised due to the complexity (and unfortunately) also the poor quality of the code.