We have a
ASP.NET MVC app with LLBLGen as our DAL, and are trying
LLBLGenProf without luck. I have added the v4.0 appender to the
project, added the Initialize() call to the Application_Start(), and
allowed access in the Windows Firewall. We even tried turning the
firewall off without any observed change in the LLBLGenProfiler app.
We are using Build 757.
Is there something else we would need to configure (like with ports or
connection strings)? I tried adding our database's connection string
to Options...Connection String... and it didn't seem to do anything
either. Here was our conn string: SERVER=(local)\SQLExpress; Initial
Catalog=LoginDb; Integrated Security=SSPI; .