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

前端 未结 5 1809
你的背包
你的背包 2021-02-19 14:04

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

5条回答
  •  -上瘾入骨i
    2021-02-19 14:17

    I had a multi-project solution and was installing it from the Package Manager Console. I found that installing it using the following command worked:

     PM> Install-Package -ProjectName  Glimpse.MVC4
    

    Of course you need to replace with your own project name.

提交回复
热议问题