Material to be returned to the browser is included in the response object. Anything outside the <% ... %> is added to the response object. The program executing between the <% ... %> generates output using the write method of the response object.
Our first example, Helloworld.asp, is a standard HTML page with one line of code inserted in the middle. As you see, that line of code writes a string of HTML with the current time and date to the response object. That line will be between the <body> and </body> tags.
In this example, the program is written in VB Script, a variant of VB.NET, but any language for which there is an IIS-compatible interpreter can be used.