|
Posted: July 19, 2004
All of Microsofts Web server technologies build upon a common
foundationInternet Information Services (IIS). Microsoft and third parties use
IISs two plug-in architecturesCommon Gateway Interface (CGI) and Internet
Server API (ISAPI)to build more sophisticated Web development platforms.
In some cases, Web tools require a specific combination of programming
language and tools, such as ASP (which relied on scripting languages) or ATL Server (which
only supports C++). But the most successful products have been those such as ASP.NET that
support a variety of programming languages.

|