09-24-2020, 11:28 AM
It is simpler than that.
Add it to the ContentFiles property of your form, like that:
script.js
then add the script.js to the wwwroot (every IW application must have a folder named wwwroot under the folder where the binary file is (.exe or .dll).
That's it. It will just work
Add it to the ContentFiles property of your form, like that:
script.js
then add the script.js to the wwwroot (every IW application must have a folder named wwwroot under the folder where the binary file is (.exe or .dll).
That's it. It will just work

