Websocket problem

Is anyone experiencing problems with WebSocket connections when using Radzen-generated authentication after publishing to IIS?

Hi @Jalviesralph_Aroganc,

What are the problems that you experience? As far as I know websockets is an optional feature in IIS that has to be enabled.

There is no issue with IIS, and WebSockets are already enabled. I confirmed this by successfully publishing another .NET 10 project on the same server.

This Radzen project is also created using .NET 10, and it uses Radzen Security for login authentication. In this project, I encounter a WebSocket error. However, in another .NET 10 project using the default authentication, WebSockets work without any issues.

Hi @Jalviesralph_Aroganc,

Can you tell us more about the web socket error?

  1. What kind of rendering mode is your Radzen app using - server, wasm, auto?
  2. What dotnet version do you have installed?
  3. What is the exact websocket error message that you see?
  4. Do you use websockets in your app?
  5. Does the application work in development?