Options

IIS 6 Global.asa

DevilWAHDevilWAH Member Posts: 2,997 ■■■■■■■■□□
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
  • If you can't explain it simply, you don't understand it well enough. Albert Einstein
  • An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.
Sign In or Register to comment.