2

Watched the Scott H. videos on their site. Followed the same procedures. But I only see a change in my web config and a new .dll

Does anyone know if other files are supposed to come in with the project.

When I navigate to localhost:####/Glimpse/Config or Config/ I get 404.

anthonyv
  • 2,455
  • 1
  • 14
  • 18
Eric Rohlfs
  • 1,811
  • 2
  • 19
  • 29

2 Answers2

4

Glimpse now supports Asp.net webforms!

Activate it at localhost:####/glimpse.axd

AakashM
  • 62,551
  • 17
  • 151
  • 186
Akhena
  • 72
  • 1
  • 4
0

make sure your site application pool is running with .NET 4.0 not 2.0, in my case that solved the issue

dc2009
  • 842
  • 1
  • 9
  • 7