Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

host DMVC ISAPI dll on IIS 10 server #391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dkj468
Copy link

@dkj468 dkj468 commented Jun 2, 2020

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.

@fastbike
Copy link
Contributor

fastbike commented Jun 2, 2020

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.

@danieleteti
Copy link
Owner

@dkj468 Can you integrate these others security related suggestions?

@fastbike
Copy link
Contributor

See #217 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants