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

jquery requirejs and glimpse

I have a MVC website that is using requirejs and jquery 2.0.x. I decided to try out glimpse and it uses jquery 1.8.x It appears requirejs wont load the 2.0.x jquery version because the 1.8.x version is loaded into the global/defined by glimpse…
William
  • 1,375
  • 12
  • 27
0
votes
0 answers

Glimpse works only for 200 status code response (ASP.NET MVC)

I'm trying to enable a Glimpse icon on all the error pages to see what happened behind the scenes where debugging and tracing is most important, and I cannot make Glimpse work. What I've tried:
Philipp Munin
  • 5,610
  • 7
  • 37
  • 60
0
votes
1 answer

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 doesn't seem to help. Some additional details: MVC3…
Jerad Rose
  • 15,235
  • 18
  • 82
  • 153
0
votes
1 answer

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 (DotNetNuke 7.0.5), with Glimpse.Core 1.3 and…
bdukes
  • 152,002
  • 23
  • 148
  • 175
0
votes
0 answers

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 "hosts" file maps the "site.foo.com" domain to the…
TobyEvans
  • 1,431
  • 2
  • 21
  • 27
0
votes
1 answer

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 the error to me. Any hows, if any one has a clue…
0
votes
2 answers

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 mine logs. I use FluentNhibernate, with SQL…
Srikanth Venugopalan
  • 9,011
  • 3
  • 36
  • 76
0
votes
1 answer

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 explains: You can view past requests using…
Bob.at.Indigo.Health
  • 11,023
  • 13
  • 64
  • 111
0
votes
0 answers

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 literally minutes and the browser (IE) remains…
reinhard
  • 818
  • 1
  • 10
  • 24
0
votes
1 answer

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 I am noticing is that some of my views are showing…
Bill Blankenship
  • 3,316
  • 6
  • 43
  • 73
0
votes
1 answer

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 than a side-by-side install. Now I'm experiencing…
one.beat.consumer
  • 9,414
  • 11
  • 55
  • 98
0
votes
1 answer

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 about what might be happening. Glimpse works on…
user547794
  • 14,263
  • 36
  • 103
  • 152
0
votes
0 answers

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 does not use IIS Express (uses visual studio dev web…
JD.
  • 15,171
  • 21
  • 86
  • 159
0
votes
1 answer

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 http 403 and nothing more. I googled and found this…
0
votes
3 answers

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: