hi please can some one help me with what this globabl.asa file is doing in our IIS instulation?
I know what the file is for, but I am talking about this script specificaly.
<SCRIPT LANGUAGE="VBScript" RUNAT="Server"> Sub Application_OnStart
end sub
Sub Session_OnEnd
Response.Redirect "default.asp"
End Sub
Sub Session_OnStart
Session.Timeout = 1440
end sub
</script>
its just i see this in the event logs
Warning: IIS log failed to write entry, File /LM/W3SVC/11107967/Root/global.asa Line 7 Object required: 'Response'. .
Regards