The Internet Information Server (IIS) is the Microsoft web and FTP server. IIS 1.0 was released for NT 3.51 and was limited in scope. There are other topics that cover IIS 1.0 information such as ISAPI and IDC.
The Internet Information Server (IIS) is the Microsoft web and FTP server. IIS 2.0 was released with NT 4.0 and it's feature set didn't change dramatically from the 1.0 version. There are other topics that cover IIS 2.0 information such as ISAP and IDC.
The Internet Information Server (IIS) is the Microsoft web and FTP server. IIS 3.0 quickly followed IIS 2.0, with many additions including Active Server Pages. There are other topics that cover IIS 3.0 information such as ASP 1.0, ISAPI, and ADO 1.0.
The Internet Information Server (IIS) is the Microsoft web and FTP server. There are other topics that cover IIS 4.0 information such as ASP 2.0, ISAPI, and ADO 1.5.
Active Server Pages (ASP), is an open, compile-free application environment in which you can combine HTML pages, scripts, and ActiveX server components to create powerful Web-based business solutions. ASP 1.0 ships with IIS 3.0, while ASP 2.0 ships with IIS 4.0. There are other topics that cover ASP 1.0 related information such as ADO 1.0, IIS 3.0, ASP Applications, ASP Sessions, and Active Components. If you are looking for an answer to an error message you might want to look in the Errors Topic.
Active Server Pages (ASP), is an open, compile-free application environment in which you can combine HTML pages, scripts, and ActiveX server components to create powerful Web-based business solutions. ASP 1.0 ships with IIS 3.0, while ASP 2.0 ships with IIS 4.0. There are other topics that cover ASP 2.0 related information such as ADO 1.5, IIS 4.0, ASP Applications, ASP Sessions, and Active Components. If you are looking for an answer to an error message you might want to look in the Errors Topic.
Active Server Components are COM objects that reside on the server and are called by Active Server pages. Usually a compile DLL, Active Server Components can be written in C++, Visual Basic, Delphi, and Java.
Visual InterDev is an HTML editor designed by Microsoft. Visual InterDev main purpose is to make written dynamic HTML page that use Microsoft Technology. Visual InterDev works well with Active Server Pages and Active Data Objects, and is expandable with COM components for custom HTML editing.
Internet Database Connector (IDC) was released with IIS 1.0 to support dynamically generated pages that queried an ODBC datasource. IDC was limited in functionality and was replaced by Active Server Pages in IIS 3.0.
Covers security related issue for the Internet Information Server, Active Server Pages, and ISAPI applications, including authentication, NTLM, and SSL.
Cookies were designed outside of the HTTP protocol by Netscape to maintain state across HTML pages. Generally accepted as the only way to tie pages and users together cookies are currently used in all the main browsers.
ASPMail Component is an Active Server Component designed to send email from an Active Server page to an STMP Server. ASPMail is a third party component written by Stephen Genusa.
An ASP Application is an object that allows Active Server Pages to share information between pages and users. In IIS 3.0 there is only one application for the entire machine. In IIS 4.0 there can be multiple applications on each web site, and multiple web sites per machine.
One of the challenges of the HTTP protocol is maintaining state between page requests. There are several ways to do this in IIS including cookies, the session object and other third party objects.
ADSI abstracts the capabilities of directory services from different network providers to present a single set of directory service interfaces for accessing and managing network resources. Administrators and developers can use ADSI services to enumerate and manage resources in a directory service, no matter which network environment contains the resource. This can be an LDAP-based, NDS-based, or NTDS-based directory.