Method Community

 

Sales Center Dashboard Error

Last post 04-26-2011 8:44 AM by Method_Michael. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 04-25-2011 1:47 PM

    • office
    • Not Ranked
    • Joined on 04-25-2011
    • Posts 3

    Sales Center Dashboard Error

    Server Error in '/Method' 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>


  • 04-25-2011 2:02 PM In reply to

    Re: Sales Center Dashboard Error

    Hi Office,

    Are you using a customized screen or is this the original screen? Have you tried signing out and back in?

    -Michael

    Michael Melo
    Product Manager
    Method Integration Inc.
    Website: http://www.method.me
    LinkedIn: http://www.linkedin.com/in/MichaelMelo
  • 04-25-2011 2:10 PM In reply to

    • office
    • Not Ranked
    • Joined on 04-25-2011
    • Posts 3

    Re: Sales Center Dashboard Error

    Hi -I did sign out and close the browser and then sign back in.  I haven't done anything with that screen, so it's not customized.     thanks

     

     

  • 04-25-2011 2:26 PM In reply to

    Re: Sales Center Dashboard Error

    Can you enabled the MethodSupport user(Customize > Users) and email me your account name so I can take a look?

    -Michael

    Michael Melo
    Product Manager
    Method Integration Inc.
    Website: http://www.method.me
    LinkedIn: http://www.linkedin.com/in/MichaelMelo
  • 04-25-2011 3:13 PM In reply to

    • office
    • Not Ranked
    • Joined on 04-25-2011
    • Posts 3

    Re: Sales Center Dashboard Error

    I sent you an e-mail, please let me know if it didn't go through.  Thanks

  • 04-26-2011 8:44 AM In reply to

    Re: Sales Center Dashboard Error

    Answer

    Hi Office,

    This issue has been 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 (6 items)