do need glimpse cough details on request return default 404 server error page on cassini? default 404 page, mean "server error in '/' application" message of "the resource cannot found" (as http 404 description, requested url, , version info).
this project has complex routing, don't doubt have conflicting trying do. want glimpse provide whatever details can point me in right direction fixing problem.
i loaded glimpse via nuget on mvc3 project running through visual studio 2010's built-in hosting system (cassini), , works fine on working action methods , resulting views. since then, added action method proving difficult hit via default url structure (e.g., /controller/action?someparam=x). since thought glimpse route data quite handy determining going wrong here, went looking eyeball in corder of default 404 page. glimpse doesn't appear "attached" result.
update: doesn't work routedebugger. whatever have wrong, high enough in pipeline nothing seems able pin response.
update: request url wasn't working because forgot had action set [httppost]
. explains 404, not how route information various utilities on response sent back.
as far glimpse goes, 1 of reason wasn't showing in first place enable glimpse on 200 success results. hence why eyeball wouldn't showup 404.
why not showing now... have gone /glimpse/config page , turned glimpse on? glimpse isn't enabled default, have explicitly turn on.
let me know how goes.
Comments
Post a Comment