I had develop a small jquery-mobile application in telerik MVC3. It is working in local machine and i uplod into my server and tested it works for desktop devices but when I test in Mobile (Iphone) it shows Error Like runtime Error
<!--web.config Cofiguration File-->
<configuration>
<system.Web>
<customErrors mode="Off"/>
</system.Web>
</configuration>
I can't understand why it showing only in mobile device please help me. How can I solve this error.
<customErrors mode="OfF"/>, maybe is a typo in Off