xeokit / xeokit-bim-viewer

A browser-based BIM viewer, built on the xeokit SDK
https://xeokit.github.io/xeokit-bim-viewer
Other
405 stars 353 forks source link

Can the viewer be deployed on MS-IIS? #47

Closed gisfinder closed 3 years ago

gisfinder commented 3 years ago

I tested it on IIS but failed. The "geometry.xkt" is not identified by IIS. The error info is : HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

xeolabs commented 3 years ago

Yes it should work fine on MS IIS, since it's all standard portable HTML/JavaScript.

Perhaps your file server needs a MIME type configuration for the ".xkt" extension?

gisfinder commented 3 years ago

After Mime Type configured on IIS the model can be loaded.