%@ LANGUAGE = VBScript %> <% Option Explicit %>
<% Dim Obj Set Obj = Server.CreateObject("IISSample.CallAspIntrinsics") ' Call the method -- ASP context flows automatically Obj.sayHello %>