Atozed Forums

Full Version: Standalone to ISAPI
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any current documentation or simple instructions to convert a standalone project to an ISAPI project? Thank you.
Hi,

that's really simple to do and all that it's required is a small change in the DPR file.

https://docs.atozed.com/Docs.dll/deploym...types.html

However, unless you need some specific IIS feature, I suggest you to also consider the Http.sys type application:

https://docs.atozed.com/docs.dll/deploym...tions.html
(06-10-2025, 12:59 AM)Alexandre Machado Wrote: [ -> ]Hi,

that's really simple to do and all that it's required is a small change in the DPR file.

https://docs.atozed.com/Docs.dll/deploym...types.html

However, unless you need some specific IIS feature, I suggest you to also consider the Http.sys type application:

https://docs.atozed.com/docs.dll/deploym...tions.html

Thank you