Base solution for your next web application
Open Closed

web api Internal server error 500 #1327


User avatar
0
patrickglaudemans created

Hi,

When debugging the application and after changing some frontend angular code, the dynamic web api layer gets rebuild. After that - two of my app services are returning 'internal server error' errors from all methods. The log file is empty.

After a complete rebuild of the solution, it's working again.

As for both of the services, the normal pattern is used. I'm using all last libs and Zero code. It's a fresh template.

Fiddler is giving no extra info - how can I debug this?

Regards, P


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    You can make customErrors mode Off on web config. If that does not work, you can take a look at windows event viewer.

  • User Avatar
    0
    patrickglaudemans created

    Hi,

    No go with custom errors - didn't even try eventlog ;-)

    Any other suggestions?

  • User Avatar
    0
    patrickglaudemans created

    Hi,

    As matter of fact - it did work (custom errors mode off) but only within fiddler or in browser, not in the logs.

    Thanks, with this data I can investigate it further on.