Hi All,
I have an application which making entry log(userId, pwd, and Browser information etc) when users logged in the application. Some times, I got Browser type is "Desktop". I don't know why I got something like that. because, If user logged in using IE, Chrome,
Firefor and Safari then we have to have browser type is "IE10", "Chrome36", "Firefox33", and "Safari5".
But sometimes, I got Browsertype is like "Desktop". why I got something like that?
I used the below code to get browser name.
Request.Browser.Type
Any Idea??
Thanks
r. eswaran
Go to the complete details ...