PRB: Error 800a2328 Returned When Browsing a Visual Basic 6.0 WebClass (IIS Application)

ID: Q234771


The information in this article applies to:


SYMPTOMS

When attempting to browse a WebClass application, the following error is returned:

Server object error 'ASP 0177 : 800a2328'
Server.CreateObject Failed
/WebClassApp/WebClassFile.ASP, line 20
The operation completed successfully.


CAUSE

This error occurs if Session state is disabled for the Web application. Visual Basic 6.0 WebClasses (IIS Applications) require Session state to be enabled.


RESOLUTION

Use the following steps to re-enable Session state:

  1. Open the Internet Service Manager (ISM) in the Microsoft Management Console (MMC).


  2. Navigate to the Web directory for the WebClass.


  3. Right-click the directory and select Properties.


  4. Select Directory and click the Configuration button.


  5. Select App Options and enable the Enable session state option.


  6. Click OK twice.


Additional query words:


Keywords          : kbVBp600 kbWebClasses kbGrpASP kbDSupport 
Version           : WINDOWS:6.0
Platform          : WINDOWS 
Issue type        : kbprb 

Last Reviewed: July 21, 1999