Skip to content

Instantly share code, notes, and snippets.

@pedroinfo
Created December 17, 2025 13:23
Show Gist options
  • Select an option

  • Save pedroinfo/a0e52d33ddb4e97578cdb1e56d7f363f to your computer and use it in GitHub Desktop.

Select an option

Save pedroinfo/a0e52d33ddb4e97578cdb1e56d7f363f to your computer and use it in GitHub Desktop.
Svc Enable
<system.webServer>
<security>
<requestFiltering>
<fileExtensions>
<add fileExtension=".svc" allowed="true" />
</fileExtensions>
</requestFiltering>
</security>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment