mvc-mini-profiler
Profiling Entity Framework With MvcMiniProfiler
I\'ve got an Asp.net Mvc 3 Application which is now using the MvcMiniProfiler. I\'m also using the Entity Framework to access my database, and I\'d like to enable the profiler to work with the entity[详细]
2023-03-15 04:22 分类:问答How to configure mvc mini profiler with Linq to SQL?
I have configured mini profiler with asp.net mvc application. I also want to profile my db so I hooked it with L2S datacontext as in this example.[详细]
2023-03-14 13:16 分类:问答java web app profiler like this
Read an article on http://code.google.com/p/mvc-mini-profiler/ Any open-source profiler available like this for java web apps?[详细]
2023-03-14 12:38 分类:问答Slow EF profiling performance with mvc-mini-profiler
When I create my context using 开发者_运维问答the below function the profiler shows about a 300ms increase from the standard EF (version 4) context creation method. Is there another way to do this tha[详细]
2023-03-14 11:54 分类:问答mini-profiler-results can't be found when using "popup=1" in querystring
Steps to reproduce the problem: Follow steps to add profiler to your project The project is in a virtual directory[详细]
2023-03-14 08:14 分类:问答Configuring MvcMiniProfiler
I\'m trying to configure mvc miniprofiler with my asp.net mvc 3 application. The problem is that I can\'t access MiniProfiler class in my views (I\'m using webforms viewengine). I have tried a few thi[详细]
2023-03-14 05:45 分类:问答Using MiniProfiler's database profiling with NHibernate
What\'s the simplest way to use MiniProfiler\'s database profiling with NHibernate? In order for the profiler to w开发者_StackOverflow中文版ork, I need to wrap the DbConnection that NHibernate uses in[详细]
2023-03-13 16:27 分类:问答MVC Mini Profiler on IIS 6
Has anyone been able to get the MVC mini profiler working on IIS 6? I\'ve set up the profiler in my application and it works perfectly in Visual Studio, IIS Express and IIS 7.5 but when I put the exac[详细]
2023-03-13 08:33 分类:问答How to properly authenticate mvc-mini-profiler with AspNetSqlMembershipProvider
I tried to check if the user is in role at Application_BeginRequest and Application_AuthenticateRequest with this code and it will not work. At BeginRequest the code is never hit and Authenticate it\'[详细]
2023-03-13 04:27 分类:问答mvc-mini-profiler, entity framework gives: The space 'SSpace' has no associated collection
I\'m trying to use the mvc-mini-profiler in my mvc application. I created a wrapper for my context and Castle Windsor creates the instance. However, I get the error \"The space \'SSpace\' has no assoc[详细]
2023-03-13 01:28 分类:问答