Hi all experts,
I want to detect if the visitor is browsing my website from a desktop (PC & Laptop) or from a mobile device (PDA: PPC, Nokia etc).
Based on the device or the browser type the default.aspx page will redirect to the respective website, i.e. /mobile/start.aspx or start.aspx.
I have read about Browsercaps in the web.config file, but it didn't work, (not a programmer). Also tried the IsMObileDevice, but unsuccessfull. Seems I am missing something, like forgot to add classes or inhertits etc.
Please guide me.
Thank you.
I want to detect if the visitor is browsing my website from a desktop (PC & Laptop) or from a mobile device (PDA: PPC, Nokia etc).
Based on the device or the browser type the default.aspx page will redirect to the respective website, i.e. /mobile/start.aspx or start.aspx.
I have read about Browsercaps in the web.config file, but it didn't work, (not a programmer). Also tried the IsMObileDevice, but unsuccessfull. Seems I am missing something, like forgot to add classes or inhertits etc.
Please guide me.
Thank you.