Web Core and IIS

Is it possible and if so how is a Web Core app deployed in IIS

TIA

We do this and it is very straight forward. Create your IIS setup and copy all the files from the TMSWeb\Debug|Release folder to the IIS folder. You can then call your application https:\hostname.com\index.html

you can skip the index.html if you have that set as the default document

Thanks for you swift reply.

The build produces an EXE not a DLL. How do you set up your IIS deployment for this?

You need to look in the TMSWEB output folder where JS, HTML, CSS files are generated

1 Like