Content deleted Content added
m Typo fixing , typos fixed: microsoft → Microsoft using AWB |
|||
Line 11:
Compared to [[PHP]] or [[Active Server Pages|ASP]], which both are server-side [[Scripting language|scripting]] technologies, ISAPI is a real executable part of the system - thus: having the highest performance possible. To issue a statement: A Microsoft webserver executes ASP and PHP by running an ISAPI Server Extension. Comparing PHP/ASP with ISAPI is like comparing Microsoft Office with Microsoft Windows: Office can never run faster than Windows - its operating system - itself.
Before switching to ASP.Net Microsoft's [[MSDN]]-Library (msdn.
The greatest disadvantage of developing web applications at ISAPI level is the required development time, which is at least twice as high as using ASP or PHP.{{fact|date=July 2007}} Another penalty is the lack of native support for many standard web application features such as [[Session (computer science)|Session]] handling, which are common features in technologies such as ASP and PHP.
|