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 src="@Url.Content("~/Glimpse/Resource/?resource=Pager")" type="text/javascript"></script>
There is no Glimpse directory anywhere in the web project, though. So something is wrong here.
I can't find any clues in the Glimpse documentation (which is better than most). So, is that directory supposed to be there? What puts it there? Why isn't it there on my system? Should I just remove the reference from my _Layout.cshtml?
I've tried re-installing the Glimpse NuGet package but that doesn't fix things. Any ideas how to fix this?