Okay I havent used Global.asa before and am having trouble getting it to do anything!

I know that the global.asa file should be put in the root directory of the site.

Here is the script I am using:

<script language=vbscript runat=server>
Sub Session_OnStart()
application("test")="works okay"
End Sub
</script>

And then to see if it works I try something like

<%= application("test")%>

I am testing this on PWS not IIS will it only work on IIS?

Any help would be appreciated,

Alex