Neil Barnwell
Neil Barnwell

Reputation: 42155

ASP.NET WebAPI + Durandal SPA + Glimpse

What's the exact recipe I need to get Glimpse working on a JavaScript-powered Single Page Application when I'm using WebAPI as the server end (i.e. all ajax requests rather than form POSTs)?

Upvotes: 2

Views: 454

Answers (1)

Vladimir Savinov
Vladimir Savinov

Reputation: 181

Standalone Glimpse page

http://blog.markvincze.com/use-glimpse-with-asp-net-web-api/

In order to be able to use Glimpse independently from the web page itself, it also supports a standalone view, that can also be accessed from its /Glimpse.axd configuration page. On this page we can see a list of all the requests coming to our application, let them be MVC or WebApi requests.

Upvotes: 1

Related Questions