How to load .js files from local IIS server

I am trying to learn building apps using Eikon html5 SDK. I have created a test.html file in my IIS server path. It contains some html and script for a basic slickgrid. When I open the file normally in chrome, the slick grid is visible and when I run the file using localhost:xxx/test.html, it does not show the slickgrid but shows other html. All the .js files linked are placed in the IIS server path. What am I missing here?

Best Answer

Answers