Visual Basic Concepts

System Requirements for Internet Applications

System requirements vary depending on whether you're developing DHTML applications or IIS applications.

DHTML Application Requirements

System requirements for DHTML applications vary for the development computer and the end-user's computer.

The Development Computer

In order to create and test client intranet applications, you must have Internet Explorer 4.01 Service Pack 1 or later installed on your computer. In addition, you may want the HTML editor of your choice and other programs you use to create Web pages, such as image editors, and any supplemental programs your DHTML application will use, such as database programs.

The End-User Computer

End-users of a DHTML application must have Internet Explorer 4.0 or later. The first time end users download a DHTML application, they must download the Visual Basic run-time if it is not already on their computer. For subsequent applications, they do not need to download this file again. In addition, if the application uses ActiveX components, the end user must download those as well. You should be certain to include all necessary components in your download files.

IIS Application Requirements

System requirements for IIS Applications vary for the development computer, the deployment computer, and the end-user's computer.

The Development Computer

To create and test IIS applications, you need to have Internet Explorer 4.0 and a Web server installed on your development computer that is capable of running Active Server Pages. You can use any of the combinations in the table below for development purposes:

Operating System Web Server
Windows NT Server® 4.0 or later Internet Information Server 3.0 or later, with Active Server Pages
Windows NT Workstation 4.0 or later Peer Web Services 3.0 or later, with Active Server Pages
Windows 95 or later Personal Web Server 3.0 or later, with Active Server Pages

Important   If you are using Windows NT Server or Windows NT Workstation, you must have Service Pack 3.0 installed.

The Deployment Computer

For deployment purposes, you must have Microsoft Internet Information Server, along with any supplemental system such as database applications that are needed by your application.

The End-User Computer

End users of an IIS application must have a browser installed. Although Internet Explorer 4.0 or later is recommended, any browser can act as the front end of an IIS application.

For More Information   See the "Developing DHTML Applications" chapter for more information on creating, testing, and deploying intranet applications. See the "Developing IIS Applications with Webclasses" chapter for more information on creating, testing, and deploying IIS applications.