About IIS Web Development Technologies
This section describes the technologies that are available for developing Web content such as static Web pages, ASP pages, ISAPI applications, and IIS components. Although Web applications can be developed that configure an IIS server, only Web content development technologies are described in this section.
For more information about technologies that can be used to programmatically configure an IIS server from a Web application, see IIS Administration Technologies.
This section includes the following topics.
Section |
Description |
---|---|
Briefly describes the technologies that are available for developing IIS Web applications, and compares their features. |
|
Describes information about developing dynamic Web content using Active Server Pages (ASP). ASP pages are written in a scripting language such as VBScript, JScript, or PerlScript. |
|
Describes information about developing .NET Web applications using ASP.NET. ASP pages are written in a managed code language such as Visual Basic .NET, C#, or Managed C++. |
|
Describes information about developing dynamic Web content using COM components that can be called from ASP pages or ISAPI extensions. COM components can access databases, process transactions, and product individualized output that an ASP page can send to the client. |
|
Describes information about developing dynamic Web content using ISAPI extensions. ISAPI provides the same functionality as CGI, but can be executed faster than CGI, ASP, and files that call COM+ components. |
|
Describes information about developing dynamic Web content using ISAPI filters. ISAPI provides the same functionality as CGI, but execute faster than CGI, ASP, and files that call COM+ components. |
|
Describes how database access works in IIS Web applications. |
|
Describes how DHTML content can be used in IIS Web applications. |
|
Describes how XML content can be used in IIS Web applications. |
|
Describes other products that work with IIS, such as Microsoft FrontPage? Web site creation and management tool, Microsoft SharePoint? Portal Server, Microsoft Commerce Server e-commerce site development and management system, and Microsoft Application Center Web application and deployment tool. |
|
Contains links to resources such as developer libraries, communities, newsgroups, support sites, downloads, product information, and news. |
|
Describes important differences in default behavior and settings between IIS 4.0, IIS 5.0, IIS 5.1, and IIS 6.0. |