HTTP 500.100 - Internal Server Error logging into AnyView Browser
3 March 2003
Issue Description
When logging into AnyView Browser, the following VBscript error is generated:
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
-----------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Microsoft VBScript runtime (0x800A01F4)
Variable is undefined: 'session'
/AnyView70s/Common.inc, line 34
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; (R1 1.3))
Page:
GET /AnyView70s/Main.asp
Time:
Monday, March 03, 2003, 11:28:00 AM
More information:
Microsoft Support
The reason for this error is that the session state for the AnyView Web Application in the AnyView Virtual Directory is not enabled.
Solution
Enable the session state for the AnyView Web Application in the AnyView Virtual Directory.
- Launch Internet Services Manager.
- Navigate to the AnyView Web Application.
- Right-click on the AnyView Web Application and select 'Properties'.
- Click 'Configuration...' and navigate to the 'App Options' tab.
- Mark 'Enable session state' and enter a Session timeout. The default setting for session timeout is 20 minutes.
- Click 'OK' on the Application Configuration window.
- Click 'Unload' on the AnyView Properties window.
- Click 'OK' on the AnyView Properties window.
Show Me