Hi, I seem to have a problem with built-in MiniProfiler. The request to ssr-results[…] returns 404. http://i.imgur.com/fxei7HW.png
I’ve set up the simple project to show that (although it’s nothing more than an empty MVC app with Profiler.Start() and Profiler.Stop() calls and a simple app host):
https://drive.google.com/file/d/0BzoK6mohEQ-OcFZkdjhtVU1HRE0/edit?usp=sharing
What have I done wrong?
Darren Reid:
Strange, not sure why it would be causing profiler issue, but the path you are using for the sqlite db seems to be running into permissions issue.
I pull down your example and got it working by changing the path to the db.sqlite
Try changing your db.sqlite path to:
"~/App_Data/db.sqlite".MapHostAbsolutePath()