Testing IIS 3.0 in Windows NT 4.0 Service Pack 2
Posted: (EET/GMT+2)
I have been looking at the Internet Information Services (IIS) version 3.0 that was made available in Windows NT 4.0 Service Pack 2 (called SP2). To me, the WWW service (World Wide Web) is the most interesting one.
This version includes a new feature called Active Server Pages or ASP. With it, you can create dynamic web applications with, for example, the VBScript language. You can process the HTTP input data, access the file system and read file and use information to return an HTTP response based on this information. Conditional logic is also possible.
Next, I'm going to test if COM (Component Object Model) components can be called from VBScript.