The information in this article applies to:
SYMPTOMSThe following error occurs when trying to add items to the shopping cart of the "Dos Perros Chile Company" sample site: The error references the file "/Shopping/Asp/Inserti.asp." This issue occurs when the "Dos Perros Chile Company" sample site is installed on an IIS 4.0 server. CAUSEThe Dos Perros Chile Company sample site stores the Session.SessionID value to keep shopping cart items together per session. The Session.SessionID value is stored in the "SessionID" field of the "OrderItems" table of the "Perros.mdb" file that is included with the "Dos Perros Chile Company" sample site. The "SessionID" field of the "OrderItems" table is a text field with a length of five characters. IIS 4.0 Session.SessionID values are nine characters long. A failure results from trying to store a nine character value in a five character field. RESOLUTION
The Perros.mdb file can be located in the Database folder of the Dos Perros
Chile Company sample site. Open the Perros.mdb file in Microsoft Access.
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONFor the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site: http://support.microsoft.com/support/vinterdev/ Additional query words:
Keywords : kberrmsg kbAccess kbVisID100 kbGrpASP |
Last Reviewed: December 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |