Application.Update(this) - Strange behavior with async on IIS

Answered
0
0

Hi

We notice an strange behavior with async client screen update when the application is runing on ISS (local or hosted).

The call Application.Update(this) is not working. Need to click on screen to update it.

When using IIS Express works fine.

Is it something I missed about configure the ISS ?

VS2019 / WJ 2.2.9.0 / IIS 10.0.18362.1 / W10 1903

Regards

 

Marcelo Blank

 

 

Attachment
  • You must to post comments
Best Answer
0
0

You need to enable IIS WebSocket on the server. See windows -> features. IIS Express has it built in.

  • MARCELO BLANK
    Hi Luca, Thanks for your quick reply !! Regards Marcelo Blank
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.