What is the difference (if any) and the advantages / disadvantages between the two properties used to define the user agent?
Dim strUserAgt as String userAgent = Request.userAgent
vs.
Dim strUserAgt as String = Request.ServerVariables("HTTP_USER_AGENT")
user799910
source share