Skip to content

Commit

Permalink
Avoid IIS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Jun 17, 2014
1 parent 006a80c commit 9f96368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web.config.transform
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</httpHandlers>
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<handlers>
<add name="QuartzNetWebConsole" verb="*" path="quartz/*" type="QuartzNetWebConsole.ControllerFactory, QuartzNetWebConsole"/>
</handlers>
Expand Down

0 comments on commit 9f96368

Please sign in to comment.