Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created September 12, 2023 13:10
Show Gist options
  • Save bjoerntx/4477e68dc7175a7f916b49ef223015e8 to your computer and use it in GitHub Desktop.
Save bjoerntx/4477e68dc7175a7f916b49ef223015e8 to your computer and use it in GitHub Desktop.
<system.webServer>
<handlers>
<add name="TXWebSocketHandler" verb="*" path="TXWebSocketHandler.ashx" type="TXTextControl.Web.WebSocketHandler, TXTextControl.Web, Version=32.0.1200.500, Culture=neutral, PublicKeyToken=6B83FE9A75CFB638" />
<add name="TXPrintHandler" verb="*" path="TXPrintHandler.ashx" type="TXTextControl.Web.TXPrintHandler, TXTextControl.Web, Version=32.0.1200.500, Culture=neutral, PublicKeyToken=6B83FE9A75CFB638" />
</handlers>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment