User-1266225229 posted
I want to target a particular device and have not used a device filter before, good info is hard to find as i dont use VS. To get me started I thought can I use, if (Request.Browser["IsMobileDevice"] == "true" ) In stead of ["IsMobileDevice"] can I replace
with a specific device? For testing use, Nokia7210
User1625204979 posted
You can try to check Browser["mobileDeviceModel"] for a paritcular device if this capability has been set properly for the target device.