Getting Started

Below you will find a list of resources that will help you get started with TX Text Control .NET Server for ASP.NET.

TX Text Control Document Editor Deployment Strategies

TX Text Control Document Editor Deployment Strategies

The TX Text Control document editor requires a server-side backend to synchronize the edited documents. This article gives an overview of best practices deployment strategies.

Document Editor Deployment with Docker and Windows Server Core 2019 and 2022 including Fonts

Document Editor Deployment with Docker and Windows Server Core 2019 and 2022 including Fonts

This tutorial shows how to create a Docker image that deploys and installs all the requirements to run the ASP.NET Core backend needed for the document editor, using Windows Server Core 2019 and 2022.

Securing ASP.NET Core Web Apps: Protecting TX Text Control Editor and Viewer Endpoints

Securing ASP.NET Core Web Apps: Protecting TX Text Control Editor and Viewer Endpoints

Securing document editing and viewing endpoints within web applications is critical to preventing unauthorized access. This article provides a comprehensive guide on integrating security middleware into ASP.NET Core to fortify these endpoints effectively.

Can't Connect to the Server?

Can't Connect to the Server?

TX Text Control's online document editor relies on a full-duplex WebSocket connection to a synchronization service. If this connection is somehow failing under rare conditions, users will get a trappable error. This article explains potential reasons and solutions for each case.

ASP.NET Core: Deploying TX Text Control 32.0 SP2 to Linux

ASP.NET Core: Deploying TX Text Control 32.0 SP2 to Linux

To deploy the TX Text Control 32.0 SP2 Document Editor on Linux as part of an ASP.NET Core Web application, the synchronization service must be deployed separately on a Windows VM. This allows the web application itself to be deployed to Azure App Services or other container-based deployment services.

Comments JavaScript API: Useful Tips and Tricks

Comments JavaScript API: Useful Tips and Tricks

The Comments JavaScript API is a powerful interface to customize the behavior of comments in the Document Editor. This article provides useful tips and tricks to get the most out of it.

ASP.NET DocumentEditor: Setting the APIRoute

ASP.NET DocumentEditor: Setting the APIRoute

When deploying the ASP.NET DocumentEditor, it is important to define the resource path and the API route when deploying applications to virtual paths other than the root. This article shows how to define these paths.

ASP.NET DocumentEditor: Set Static Files Path

ASP.NET DocumentEditor: Set Static Files Path

In recent versions, the static files path had to be defined for all routes in where the editor is used. A new property has been introduced to define the static files path once for all routes.

Using Different TCP Service Locations

Using Different TCP Service Locations

The Text Control online document editor requires a backend TCP service to synchronize the document rendering. This article explains how to route the synchronization traffic to different servers dynamically using a custom WebSocketHandler.

Deploying TX Text Control to Azure App Service

Deploying TX Text Control to Azure App Service

This article shows how to deploy web applications built with TX Text Control .NET Server to Azure App Service.

Filter by Tags:

Live Demo