Skip to content

Commit

Permalink
Extended IIS maximum URL length rules to accommodate longer paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbak committed Feb 9, 2016
1 parent e736e7a commit bdcb4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DashServer/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</appSettings>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" requestPathInvalidCharacters="" />
<httpRuntime targetFramework="4.5" requestPathInvalidCharacters="" maxUrlLength="6144" />
<sessionState mode="Off" />
</system.web>
<system.webServer>
Expand Down

0 comments on commit bdcb4a3

Please sign in to comment.