How to deploy a TMS WEBcore application ?

Hello,
I'm beginning with Tms Web core... Whoua ! :slight_smile:
Where to find easy tutorial to explain how to deploy a TMS WEB CORE application ?
On my developpement computer I've got a TMS WEB server... And I need a server for my destination computer I presume... How to install it and configure it ... Please ?
With Best Regards, Hervé.

TMS WEB Core web client applications can be deployed by XCOPY deployment.
(https://en.wikipedia.org/wiki/XCOPY#:~:text=XCOPY%20deployment%20or%20xcopy%20installation,provided%20by%20Microsoft%20operating%20systems.)

Any HTTP(s) web server will do. IIS, Apache, others ... There is typically no config required. If your web server can host HTML, JS, CSS, image files, that should be sufficient.

Big thank you !
I've succeded to registred my project in IIS... And now no problems. :slight_smile: