Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sometimes the easiest questions are the hardest to find answers to!

We are currently using ISAPI as our prefered way of building scalable high performance high security IIS web server applications.

Assuming that we don't want any .NET or other "helpful" stuff in our systems, is ISAPI still considered the "way to go?"

What I have tried:

Hundreds of applications running great using ISAPI on IIS.
Posted
Comments
F-ES Sitecore 12-Mar-19 12:03pm    
Probably not, no.
davercadman 12-Mar-19 12:34pm    
What would you recommend?
F-ES Sitecore 12-Mar-19 12:42pm    
I'd use .net, but when you have a hammer everything is a nail :) You're not going to get better performance than from an ISAPI app, but you need to balance that against all of the frameworks you are missing out on, and if modern hardware can run your site at an acceptable level of performance using .net then why not? When ISAPI was mainly being used the only alternatives were interpreted languages, but that's changed now.
davercadman 12-Mar-19 13:35pm    
Great answer! Thanks!
[no name] 12-Mar-19 12:22pm    
It's "low-level".

As for the "way to go", it's the way to go if you "go your own way". It sits beside the one that says "How to write a web server".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900