What technologies are generally used to build a Web Site or Web Application with Visual Basic 6.0?
In most cases, you would use the following technologies: • Active Server Pages (.asp). This is a server-side scripting run-time environment used to create interactive Web server applications. An .asp file can include HTML sections, script commands, and COM components that execute on the Web server and render a Web page for the client. • Internet Information Server (IIS) projects. These are applications composed of WebClasses that run on the Web server and respond to HTTP requests from Chapter 4: Common Application Types 119 clients. WebClasses can handle state information for the application.