0

I have asset domains created on my machine that are basically routed through the hosts file to localhost itself. Now when I activate MVC mini profiler on my local website it is not capturing any requests to these asset domains.

Is this a bug or an issue that only I am facing? Can I get it to monitor the same in anyway.

Thanks in advance.

Baz1nga
  • 15,485
  • 3
  • 35
  • 61

1 Answers1

0

MVC Mini Profiler is not capturing HTTP requests; it works inside your MVC application and only intercepts/profiles requests to controllers' actions of your MVC application.

What exactly do you need to profile?

Sergey Kudriavtsev
  • 10,328
  • 4
  • 43
  • 68
  • these are my controllers actions.. in this case my asset domains basically serve some dynamically generated images.. – Baz1nga Dec 02 '11 at 16:21