When trying to access /Glimpse.axd after I've published to IIS (7.5), I'm now receiving a 403 Forbidden response. Is there a setting in IIS that disables access to .axd files? Or is this something else entirely?
|
feedback
|
|
This is usually due to the fact that your source IP Address is not allowed in the web.config section for Glimpse. I just ran in to this issue yesterday. Look for this in your web.config file
| |||||||||||||
feedback
|
|
I got an error like this when trying to access
After doing this:
Problem solved! :D | |||
|
feedback
|