I played with the miniprofiler some days ago, and I managed get it work by doing this: To get it working I changed the compilation tag in the web.config. I changed the the debug attribute to true like this:
Yes I saw that before posting, I tried adding the handler and it made no difference but since I don't have runAllManagedModulesForAllRequests set to false I don't think it's even relevant.
404 on MiniProfiler resources Umbraco 6.1.6
I'm unable to use the miniprofiler either locally or on a remote copy of the site . In my browser console I am seeing 404 errors on the following:
I've read some related threads and tried adding the following to my web.config without success:
Web.config has
Anything else to try?
Hi Simon,
I played with the miniprofiler some days ago, and I managed get it work by doing this: To get it working I changed the compilation tag in the web.config. I changed the the debug attribute to true like this:
And then I added the /?umbDebug=true to the end of the url to get the miniprofiler; e.g: http://www.yourdomain.com/?umbDebug=true
This was on a version 7, but you could try it on your version 6.1.6 too, and se if it works.
Hope this helps,
/Dennis
Thanks Dennis but I already have this set to true for local development and also tried it on the remote staging server.
Hi Simon,
You've probably already seen this post? right
http://our.umbraco.org/forum/core/general/48353-No-mini-profiler-in-616
/Dennis
Yes I saw that before posting, I tried adding the handler and it made no difference but since I don't have runAllManagedModulesForAllRequests set to false I don't think it's even relevant.
I also tried adding the wildcard mapping.
is working on a reply...