Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Laura DiPiazza 13 posts 33 karma points
    Jan 28, 2015 @ 00:22
    Laura DiPiazza
    0

    Debugging a 500 error.

    Are there any recommendations on how to properly trap a 500 error that a umbraco site is throwing?

    I currently have a website that is hijacking the umbraco pipeline to have only the homepage be umbraco and the remaining pages be pure mvc. I would like to create a template/doc type for a new umbraco controlled page. any url beyond the root / turns into a 500 error. The only exception are the urls that have been registered in the routeconfig file and render a .net page.

    Any tips welcome. I'm at a bit of a loss.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jan 28, 2015 @ 00:29
    Dennis Aaen
    0

    Hi Laura,

    If something fails on your Umbraco it might be a good idea to check the /App_data/Logs file on your file system for your Umbraco installation and see if anything is marked with ERROR or WARNING. Maybe the log file can throw light on why you are getting this 500 error.

    Hope this helps,

    /Dennis

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 28, 2015 @ 05:21
    Jan Skovgaard
    0

    Hi Laura

    What does your current code look like? It's a good idea to share it since some of the more skilled .NET developers in here perhaps can tell you what you need to change in your code in order to get it working.

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft