I’ve installed sharepoint and i’m using it with some mobile terminals. I need to force sharepoint to ‘send’ ever the desktop version of site, and not mobile.
Is it possible ?
I’ve installed sharepoint and i’m using it with some mobile terminals. I need to
Share
Sure it is,
You can either edit the web.config and add before the end of system.web node
Or you can edit the compat.browser within your web application directory to specify per device if they should be understood as mobile device or not
Hope it helped !