Q: iPad and iPhone runtime errors after ios 6 update at one site I use
I use an I pad and iPhone 4S. Did iOS 6 updates and have no problems. However today I went to one site, the NGC collectors society ( registery section requiring sign in) that I use and get the following error below. I have cleared the cookies on my iPad and restarted, but still get the same error. I also made sure java script was on. The same with the iPhone. So far this is the only problem I have had with the new ios6. The site works fine with my laptop which is a MacBook Pro that is updated with the latest system software.
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
iPhone 4S, iOS 6, Also same problem with my iPad
Posted on Sep 28, 2012 9:40 AM