Skip to content

Commit

Permalink
add to web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbommarito committed Jul 28, 2016
1 parent b81d81a commit 81f1789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NuGetGallery/Web.config
Expand Up @@ -144,6 +144,7 @@
<!-- Ensure only Admins may access elmah -->
<location path="Admin" inheritInChildApplications="false">
<system.web>
<httpCookies httpOnlyCookies="true" />
<httpHandlers>
<add name="Elmah" verb="POST,GET,HEAD" path="Errors.axd" type="Elmah.ErrorLogPageFactory, Elmah" />
</httpHandlers>
Expand Down

0 comments on commit 81f1789

Please sign in to comment.