Questions tagged [glimpse]

What Firebug is for the client, Glimpse does for the server... in other words, a client side Glimpse into what's going on in your ASP.NET server.

Glimpse allows you to debug your ASP.NET web site or web service right in the browser. Glimpse allows you to "Glimpse" into what's going on in your web server. In other words what Firebug is to debugging your client side code, Glimpse is to debugging your server within the client.

Project Links:

319 questions
6
votes
2 answers

Is ithere a WCF plugin for Glimpse?

We have a Silverlight application that communicates with the back end via WCF. Is it possible to use Glimpse to monitor those calls like it does for AJAX calls?
Mark
  • 2,926
  • 3
  • 28
  • 31
6
votes
2 answers

Can't Get Glimpse To Work On Remote IIS

I've tried everything I can think of, so I'm turning to SO. I can't get Glimpse to work on a remote IIS server. I'm using Glimpse 1.2 with ADO, ASP.NET, EF5, and Mvc4 extensions. Everything works wonderfully when I launch the web application locally…
daveaglick
  • 3,600
  • 31
  • 45
5
votes
2 answers

Run command in emacs, get output in clickable buffer

I would like to run a shell command and get its output in clickable buffer in emacs. The command is a shell script that eventually runs glimpse on bunch of source files. Its output looks like grep's output. It includes file name and line number. I…
Alexander Sandler
  • 2,078
  • 2
  • 19
  • 21
5
votes
2 answers

Is the Spark ViewEngine compatible with Glimpse?

Just came across the glimpse tool (getglimpse.com) and would like to try it out on my Spark-powered site (VS2010, MVC3), but come unstuck at the first hurdle. When I run my site I get the following error: Unable to cast object of type…
kenxl
  • 319
  • 1
  • 4
  • 13
5
votes
1 answer

Profiling asp.net core 2 (web api) with angular 5

I am looking for Profiling solutions for following environment, could someone suggest please. ASP.NET Core 2 on net471 EntityFramework 6.2.0 Angular 5.0.0 I looked into MiniProfiler & Glimpse. Glimpse has not been upgraded for Core 2.0 yet.…
5
votes
1 answer

How to exclude directories in glimpse?

I'm using glimpse and I want to exclude searching through some files. I'm using a shared version of glimpse so I can't place a ".glimpse_exclude" file in that directory. I tried putting this file in my own local directory but that didn't work…
Blue Raspberry
  • 811
  • 7
  • 6
5
votes
1 answer

Runtime policy does not allow execution of resource named 'glimpse_config'

I tried add glipse to the webapi project, but I always get error "Runtime policy does not allow execution of resource named 'glimpse_config'." How can I fix it ? How disable this policy ?
Mediator
  • 14,951
  • 35
  • 113
  • 191
5
votes
2 answers

How to disable glimpse update check request?

I have noticed that glimpse checks whether there are any update on clientside via…
Oğuzhan Topçu
  • 571
  • 2
  • 8
  • 17
5
votes
1 answer

Discrepancy between DB Query count in Glimpse HUD & SQL Tab

This question concerns Glimpse.MVC3 and Glimpse.EF5 packages. I'm trying to debug performance issues on an old MVC3 site. According to Glimpse's HUD, a particular GET request has 12 queries at 28ms total - but when I expand to open up the Main…
EF0
  • 2,940
  • 4
  • 17
  • 23
5
votes
1 answer

How to disable Glimpse, the difference between turning Glimpse.axd off and defaultRuntimePolicy="Off"

What is the difference between 1) turning Glimpse off via the web.config's setting: 2) turning it off via Glimpse.axd As I understand it, 1) will turn off all the tracing…
SamJolly
  • 6,347
  • 13
  • 59
  • 125
5
votes
1 answer

Glimpse manual profiling a la MiniProfiler?

I'm looking into runtime profiling tools for a (WebForms) web app. I have considered MiniProfiler and Glimpse. In MiniProfiler it's easy (actually, the only way?) to log profiling messages: var profiler = MiniProfiler.Current; using…
Cristian Diaconescu
  • 34,633
  • 32
  • 143
  • 233
5
votes
2 answers

Glimpse making everything 50x slower

Ive been using glimpse to try to address some slow page issues, only to discover that glimpse is the cause. The page requests are 30000+ seconds, without glimpse they are instant. So I've been chasing ghosts. How can I use glimpse to see how long…
Dale Fraser
  • 4,623
  • 7
  • 39
  • 76
5
votes
1 answer

Glimpse HUD not showing

I am trying to integrate Glimpse into my existing ASP.NET MVC 5 project. But I cannot see any HUD at bottom right corner as demonstrated in their site. I have all of the assemblies downloaded from NuGet, using Visual Studio 2013 Ultimate and running…
lbrahim
  • 3,710
  • 12
  • 57
  • 95
5
votes
1 answer

ASP.NET, Twitter.Bootstrap.MVC4, ASP.NET and Menus using Navigation Routes

I installed Twitter.Bootstrap.mvc4 in a VS2010 project. I also installed Glimpse. I found that the Menus using Navigation Routes that the Twitter.Bootstrap.mvc4 offers is "broken" by Glimpse. In the NavigationExensions.cs file, the RouteCollection…
AC Thompson
  • 310
  • 1
  • 10
4
votes
1 answer

ASP.NET MVC NuGet Glimpse Remove - Glimpse References Still Listed in HTTP_COOKIE

I played around with Glimpse in my ASP.NET MVC application, and have since decided to remove it for now. I originally installed it via NuGet and used NuGet to remove it. It appears everything is gone, except when I examine the cookie I still…
ben
  • 3,126
  • 3
  • 37
  • 51
1
2
3
21 22