Skip to content

Instantly share code, notes, and snippets.

@codecitizen
Created November 11, 2016 14:37
Show Gist options
  • Save codecitizen/93bbe9984d470f162a8409828df8cd9e to your computer and use it in GitHub Desktop.
Save codecitizen/93bbe9984d470f162a8409828df8cd9e to your computer and use it in GitHub Desktop.
<add path="report.pdf" verb="GET" type="Subcontractor_Module.Handlers.GetPdfReport" name="pdf_report_handler"
resourceType="Unspecified" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,bitness32" />
<add path="report.pdf" verb="GET" type="Subcontractor_Module.Handlers.GetPdfReport" name="pdf_report_handler64"
resourceType="Unspecified" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,bitness64" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment