Codepolice

Random posts from Ola in English. Mainly about programming and the web.

RouteDebugger and 404 MVC Json requests

I got this really strange bug where i got a 404 error on all request i made via Ajax to methods that returned Json via MVC. Turned out that this was caused by RouteDebug that i had laying around in my bin folder. I have got this bug twice now so i just wanted to make a note of this here so i remember it next time.

Leave a Reply