Skip to content

Commit

Permalink
Update Attachments/Web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
bleroy committed Nov 17, 2011
1 parent 494daf9 commit f496f37
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Attachments/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,4 @@
<appSettings>
<add key="webpages:Enabled" value="false" />
</appSettings>
<system.web>
<httpHandlers>
<!-- iis6 - for any request in this location, return via managed static file handler -->
<clear/>
<add path="*" verb="*" type="System.Web.StaticFileHandler" />
</httpHandlers>
</system.web>
<system.webServer>
<handlers accessPolicy="Script,Read">
<clear/>
<add name="StaticFile" path="*" verb="*" modules="StaticFileModule" preCondition="integratedMode" resourceType="File" requireAccess="Read" />
</handlers>
</system.webServer>
</configuration>

0 comments on commit f496f37

Please sign in to comment.