Project

General

Profile

ISAPI deployment docroot understanding

Added by Markus Klemm over 8 years ago

Hi,

when I deploy my Wt application as an ISAPI plugin, how is the docroot handled? Is it set in the IIS, and I just make sure my static resources and the shared Wt resources folder is there, or do I have to set it up in my application, via a configuration file for example?!


Replies (2)

RE: ISAPI deployment docroot understanding - Added by Wim Dumon over 8 years ago

Hey Markus,

If you're using a webserver as frontend (be it apache with fcgi or IIS with ISAPI), it is the responsibility of that web server to serve static files, so you need to consult the documentation of the web server.

Setting approot for ISAPI is documented here: http://redmine.emweb.be/projects/wt/wiki/ISAPI_on_Microsoft_IIS

See section 'Important remark regarding the Current Working Directory'

Best regards,

Wim.

RE: ISAPI deployment docroot understanding - Added by Markus Klemm over 8 years ago

Thanks for replying Wim, that reassures me. I feared I had to manage that too. I'm so glad I made a strict difference in handling between doc and approot from the beginning of development.

    (1-2/2)