Re: Advantage of Intraweb vs. ASP.NET?



Although I have not used Intraweb but CGIExpert then EWF to generate ISAPI. I found that deployment was a big issue. It seems that most host do not understand ISAPI and thus does not support it. ASP.NET is pretty much out of the box support so that is easier to deploy.

I had to rent a dedicated Windows 2003 server in order to run my ISAPI because those web host which does support it was rather costly as I had a few projects I needed to deploy at one time.

ASP.NET is definitely easier and cheaper to deploy but it probably involved a lot more re-learning.


Bruno <ignorante wrote:
You can make your own standalone web app, an ISAPI plugin, or an
ASP.NET DLL. It's up to you how you want to deploy.

Can you tell me more about this?

Because most internet servers only allow PHP, Asp.Net, Asp, and other script languages.

It is possible to find a server that supports isapi dlls but it's not easy and cheap.

Bye!

Bruno


.



Relevant Pages