Hello, the following is ill, it tells me:
'System.Web.HttpRequest.ServerVariables' is a 'property' but is used like a 'method'
cmd.Parameters.Add("@ip", SqlDbType.NVarChar).Value = Request.ServerVariables("http_user_agent");
Any thoughts on how to do this?