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.

learn more… | top users | synonyms

1
vote
1answer
26 views

Hosted MVC Product — Key Strategies For Minimal Deployment To Several Thousand Sites

My product, at present has a full deployment size of 72MB, with 68 of those MB's being DLL's found in the bin folder of my app. The main application DLL itself is less than 2 MB, so the vast majority ...
0
votes
1answer
45 views

Glimpse timeline missing details

Does anybody know why the timeline in Glimpse would be missing all of the details between the Begin Request and End Request events? I've made sure I have debug="true" in my web.config, but that ...
2
votes
1answer
42 views

Can Glimpse provide diagnostics when using the SqlClient namespace classes

I've downloaded Glimpse and the Glimpse.ADO extension and installed it on my test instance. I thought I'd get a capture of any sql that was executed, but it seems like it doesn't capture commands ...
0
votes
2answers
86 views

How glimpse persists debugging information?

How Glimpse persists the collected data? It is all saved in memory? There is a way to persist the data in a database? I ask this because if I have a website installed on multiple machines (load ...
0
votes
1answer
20 views

Resource with name 'glimpse_config' could not be found

I had a Glimpse install working fine, and then updated from 1.2 to 1.3, and now when I go to glimpse.axd, I see "Resource with name 'glimpse_config' could not be found." This is an ASP.NET 4.5 site ...
1
vote
1answer
67 views

Why Glimpse model binding tab is disabled?

I'm using Glimpse MVC4 version 1.2.0. I notice that the "Model Binding" tab is disabled when I open the Glimpse UI in my browser. I can't see how to enable it. Reading the Glimpse docs reveals that ...
0
votes
0answers
26 views

Exception setting Http response header 'Glimpse-RequestID'

I'm attempting to get Glimpse running on a server. The way that IIS is set up here is that a site is mapped to what appears to be an external domain, but in fact is a local IIS project. The windows ...
1
vote
1answer
55 views

View contents of ADFS claims in Glimpse?

So i installed the glimpse (http://getglimpse.com/) nuget package in my mvc3 app. Wow neat tool. But has anyone figured out how to inspect adfs claims in glimplse? I can see the "AUTH_USER" on the ...
1
vote
1answer
84 views

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 ...
1
vote
0answers
40 views

Glimpse logging from class library

I have a ASP.NET MVC project with Glimpse. I use Debug.WriteLine for loging and I see te "logs" in Glimpse. I have a class library referenced by the ASP.NET MVC project. When I use Debug.WriteLine ...
1
vote
2answers
111 views

Glimpse Configuration - ambiguous resource

I try to get running Glimpse in my MVC4 website but i am getting error: Ambiguous resource with name 'glimpse_config' found. when i run /Glimpse.axd. I configured it as the documention says. I ...
1
vote
1answer
130 views

Glimpse icon does not appear

I'm trying to use Glimpse for MVC 4. My issue is that, although I have followed the installation instructions on the Glimpse site, the Glimpse icon does not appear on my site. Basically I created a ...
0
votes
1answer
32 views

Monitor server requests

I have a ASP.NET MVC3 web application. To get data from third party, my application makes several HTTP requests from server. I want to see all the http requests made to the third party from server ...
1
vote
1answer
53 views

Determine if Glimpse is running during Application_BeginRequest()

I have installed Glimpse (Glimpse MVC4) and MiniProfiler (with EF support). I also installed the MiniProfiler plugin for Glimpse. I have that all wired up and working. I want to allow the ...
2
votes
1answer
113 views

Not sure how to get Glimpse.Log4Net working

I'm trying to get Glimpse.Log4Net working in an existing ASP.Net MVC v4 project (in VS2010), following the docs here and here, but although the solution compiles and runs Glimpse and log4net seem to ...
1
vote
0answers
48 views

glimpse is undefined in IE9

I have installed Glimpse for ASP.NET MVC3 using the nuget package manager. I have followed the instructions maintained using the following link But when I tried to run the application using the IE9 ...
0
votes
2answers
89 views

Is there any tool for Java's Spring MVC like ASP.NET MVC's Glimpse?

Comming from .NET world, I would like to know if there is something like http://getglimpse.com/ to use in a Java Spring MVC project. Does anyone know?
1
vote
2answers
39 views

Glimpse Null Reference Error PostImplementation

When I enable glimpse and whenever I navigate to a page with any parameters in my MVC 3 site I get this error: - [NullReferenceException: Object reference not set to an instance of an object.] ...
2
votes
1answer
41 views

When writing a Glimpse Plugin how do you add a clickable URL link?

When writing a Glimpse Plugin how do you output a clickable link? It appears to HTML encode all output. I want to create a link in my plugin to connect to another page in the site to view more ...
0
votes
1answer
73 views

asp.net mvc 3, glimpse and null reference error

I installed glimpse a few days ago. Ever since I installed it I get this weird error that pops up every once in a while. I am not sure if the error is because of glimpse or was it glimpse that reveal ...
0
votes
2answers
111 views

ASP.NET MVC3 - Show SQL fired

I am looking for something similar to Bullet in Rails world, for ASP.NET MVC3. To be specific, I am looking for a light-weight plugin to get all the SQL fired to load a web page, without having to ...
0
votes
1answer
110 views

Trying to view POST info with Glimpse

I'm trying to get Glimpse to let me look at what happened during the POST action that preceded the GET action triggered by "return RedirectToAction()" in the POST action. I found this SO post that ...
0
votes
0answers
42 views

Glimpse and partial views?

I am trying to debug my routes in a MVC-4 application using glimpse.mvc If I use only _layout.cshtml there is no problem, however if this calls other partial views, the loading of the page takes ...
0
votes
1answer
95 views

What occurs in the begin request when reviewing glimpse timelines for an MVC4 application?

I am new to glimpse and new to MVC4. I am attempting to review timelines throughout my MVC application in order to streamline areas of my application that are possibly taking up too much time. What ...
2
votes
1answer
374 views

Installed glimpse attempting to access glimpse.axd and receive 404 error?

It is a simple as that I installed glimpse following this page. : http://getglimpse.com/About/QuickStart I then attempt to navigate to http://myApp/glimpse.axd and receive 404 error not found. As ...
0
votes
1answer
252 views

IE10 sparks a JSON syntax error within dynamic Glimpse scripting

Glimpse is awesome. It has been a big help with my MVC endeavors. I installed IE10 for Windows 7 Release Preview and was instantly irritated, forgetting Microsoft would surely force an upgrade rather ...
1
vote
1answer
190 views

Glimpse and Tracing using TraceSource

I'm trying to get my traceoutput to appear in the Trace tab for Glimpse; I'm using TraceSource to output my tracing currently to a file with code like : public static void ...
1
vote
1answer
63 views

Targeting .Net 4.5 but Glimpse reports .Net 4.0

I have an ASP.NET web app which targets .Net Framework 4.5. However Glimpse is reporting .Net 4.0 in its stats for the app. Is this normal? I know that 4.5 is an in-place replacement for 4.0. Is that ...
0
votes
1answer
60 views

how to use glimpse with petapoco?

I installed this plugin from nuget. I enabled glimpse through the glimpse.axd file but when I go to the petapoco tab I see this message "No database requests or database logging not switched on ...
1
vote
1answer
151 views

Restrict Glimpse for only admin users

I want to do this via code if possible, I want to allow glimpse to be accessed only by administrative users, how can this be achieved? The website states it is possible - cant seem to find the exact ...
1
vote
1answer
192 views

Glimpse works locally, but not deployed to Azure

Locally, mapped to a virtual directory in IIS, everything works just fine. When I deploy the site to Azure, I can still access Glimpse.axd and set the cookie (IP reported is in the allowed list), but ...
1
vote
2answers
78 views

Glimpse Debugger with Sharepoint

Can we attach Glimpse for the purposes of debugging Sharepoint?
0
votes
1answer
103 views

Glimpse MVC3 disappearing for ViewMOdel page

I have a view that is strongly typed to a view model, and has started running really slowly since I made some code update this morning. I installed Glimpse MVC to see if I could get a better idea ...
1
vote
1answer
134 views

Glimpse object null reference error with mvc 3

In visual studio with "Break on Exceptions" turned on, I see the following exception being raised (Object reference is null) - see below for call stack. This occurs before my controller method is ...
0
votes
0answers
115 views

Glimpse execution tab disabled for MVC3

I have just installed Glimpse for MVC3 from nuget and I have logginEnabled set to true in web config but still do not get the "Execution" tab. This is on IIS Express. I have another project which ...
0
votes
1answer
127 views

Http 403 when using Glimpse on IIS 7.5

I am trying to use Glimpse (http://getglimpse.com). It works fine in Visual Studio on my development machine in both Cassini and IIS 7.5 On the server (actually 2 servers behind NLB) I get back a ...
0
votes
3answers
72 views

Glimpse for ASP.NET Mystery Folder

I've installet the Glimpse NuGet package in my ASP.Ntt MVC3 web project. I'm getting errors on the web server because in my _Layout.cshtml master page there is the following reference: <script ...
1
vote
1answer
163 views

Can I display contents of Application or Cache objects using Glimpse in an MVC project?

The ASP.NET WebForms trace output has a section for Application State. Is it possible to see the same using Glimpse? In my home controller's Index() method, I tried adding some test values, but I ...
1
vote
2answers
162 views

Glimpse client side tool not appearing after setup on ASP.NET MVC 3 Site

So I installed glimpse using NuGet, confirmed that the web.config got updated, entered "MySite/glimplse.axd" turned the service on and I do not see the client side tool. I have used glimpse on other ...
5
votes
1answer
980 views

Glimpse output not appearing on MVC 4

I have been through all the instructions and FAQ's regarding how to get glimpse to work. I am however running MVC 4.... I have installed the Glimpse.MVC package as well as straight Glimpse. It all ...
0
votes
1answer
67 views

Glimpse disappears on exception

I have installed Glimpse in my MVC3 app. Enabled it and now I see Glimpse panel at the bottom of the page on sucesfull request. The problem is that I would like to debug binding exception and if ...
3
votes
2answers
206 views

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 ...
4
votes
1answer
362 views

How to use Glimpse in Orchard CMS

I'm new to Orchard CMS. I want to use Glimpse in Orchard cms and config it as quick start, but when I go to http://localhost:30320/OrchardLocal/glimpse.axd it show error message "The resource cannot ...
2
votes
1answer
298 views

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 ...
0
votes
1answer
196 views

Glimpse PagerType.ContinuousPaging Continuously Loading

I'm attempting to write my own Log4Net Glimpse plugin (so I can interface with my custom MySql database). I'm running into an issue though. When I click more from inside my plugin, Loading... ...
6
votes
2answers
860 views

Glimpse.axd 403ing On IIS

When trying to access /Glimpse.axd after I've published to IIS (7.5), I'm now receiving a 403 Forbidden response. Is there a setting in IIS that disables access to .axd files? Or is this something ...
1
vote
1answer
76 views

Turning on Glimpse causes browser to keep reloading

I am trying to manually add glimpse to an existing WebForms site. I added Glimpse.Core.dll to the bin directory and edited my web.config as described here. When I go to ...
2
votes
1answer
526 views

Problems with Json.NET serialization in Glimpse

I've been testing out Glimpse on a cross-platform prototype which uses MVVM for various front ends (MVC3, WPF4, WP7) and appear to have run into issues with Glimpse in MVC3 due to Json.NET ...
1
vote
1answer
299 views

MVC3 view rendering twice when I have Glimpse and use a MVC control toolkit DateTimeFor element

I have an MVC application with glimpse installed, I am also using the MVCControlToolkit for dymanic validation. The issue I have is when I have a view that uses DateTimeFor to display the date time ...
0
votes
1answer
254 views

What can cause IISExpress private bytes to keep increasing without any significant change in managed heap?

I have an ASP.NET MVC 3 app that uses Windsor for injecting repositories and NHibernate sessions. Today, for the first time, I hit an OutOfMemoryException. At first I thought it might be because I ...

1 2