Mobile View in SharePoint 2010

In order to set up your sharepoint site in mobile browser view, we need to make few entries in combat.browser file. This blog talks about the list of steps to be performed.
 
 
  1. Open IIS server
  2. Right-click the IIS Web site where the SharePoint Web application is installed, and then click Explore.
  3. In Windows Explorer, double-click the App_Browsers folder.
  4. Open the compat.browser file in a text editor.
  5. Find the <browser> node that corresponds to the mobile browser or device that you want to modify.
  6. Look out for <capability name="isMobileDevice" value="true" /> element.
  7. Set the value attribute to false to display a standard view of the site in the mobile browser.
  8. Save the compat.browser file.
  9. Restart IIS server.
  Happy SharePointing :-)