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)
-
0
You can make customErrors mode Off on web config. If that does not work, you can take a look at windows event viewer.
-
0
Hi,
No go with custom errors - didn't even try eventlog ;-)
Any other suggestions?
-
0
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.