Atozed Forums
Standalone to ISAPI - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Standalone to ISAPI (/thread-5249.html)



Standalone to ISAPI - deridan - 06-09-2025

Is there any current documentation or simple instructions to convert a standalone project to an ISAPI project? Thank you.


RE: Standalone to ISAPI - Alexandre Machado - 06-10-2025

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/deployment/Changing%20project%20types.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/deployment/Creating%20Http.sys%20applications.html


RE: Standalone to ISAPI - deridan - 06-10-2025

(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/deployment/Changing%20project%20types.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/deployment/Creating%20Http.sys%20applications.html

Thank you