delphimvcframework
delphimvcframework copied to clipboard
host DMVC ISAPI dll on IIS 10 server
GitBooks page which explains how to host DMVC ISAPI dll on IIS seems outdated , I have identify steps to host ISAPI dll on IIS 10. these steps are inspired by Embarcadero's tutorial to develop a datasnap application : http://docwiki.embarcadero.com/RADStudio/Rio/en/Tutorial:_DataSnap_Application_Using_an_ISAPI_DLL_Server?fbclid=IwAR0bHi-RJEHQoE4_vS6c5d1gfQRbzP-jM3h9qpGfem0ghCLPRVWV_lSnnS8
As I am not sure if I have permission to add images to repository , I have included image url from Embarcadero's website.
Embo directions on their wiki are not secure and should never be used in a production environment. Heck, we would not use them in our dev, qa or uat environments. All ISAPI applications should run under their own application pool, with tightly locked down privileges. I replied to a github tracker last year with instructions on how to deploy ISAPI dlls securely and publish the application under it's own URL.
@dkj468 Can you integrate these others security related suggestions?
See https://github.com/danieleteti/delphimvcframework/issues/217#issuecomment-498846056