Method Community

 

runtime error

Last post 01-24-2011 4:57 PM by Method_Michael. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 01-21-2011 8:22 PM

    runtime error

    How do I fix this?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>

    Server Error in '/Method' Application.

    Runtime Error

     

  • 01-22-2011 7:10 AM In reply to

    Re: runtime error

    mjmitch -

    Can you let us know where you are getting this error, so that we can see if we can duplicate it?

    Thank you,

    Paul

  • 01-22-2011 2:08 PM In reply to

    Re: runtime error

    I received this under Customer Center - Estimates. I also have 2 tabs called estimates and when I tried to remove one, they both get deleted and the error shows up on a different tab under Customer Center.

  • 01-24-2011 10:57 AM In reply to

    Re: runtime error

    Hi mjmitch,

    Have you tried removing the tab link and re-adding it to the customer portal? If this persists you can try re-importing screens from the App Library. If you are still having issue can you please enable MethodSupport and email me your account name to m.melo@methodintegration.com

    -Michael

    Michael Melo
    Product Manager
    Method Integration Inc.
    Website: http://www.method.me
    LinkedIn: http://www.linkedin.com/in/MichaelMelo
  • 01-24-2011 4:57 PM In reply to

    Re: runtime error

    Answer

     mjmitch,

    This should now be resolved.

    -Michael

    Michael Melo
    Product Manager
    Method Integration Inc.
    Website: http://www.method.me
    LinkedIn: http://www.linkedin.com/in/MichaelMelo
Page 1 of 1 (5 items)