I have a simple "online store" set up using Visual Studio as a front end and Access(2k) as a back end. I have 3 pages, one to display the items in a datagrid, one to verify the item and enter a quantity desired, and third is a "shopping cart". The users don't actually pay for it on this site, it's more or less a tool.
The problem comes when I put the project on our server. When the user selects an item from the inventory page, it is supposed to send all the information via sessions to the next page, and so on and so forth. When I built the project on my machine, it worked without so much as an error. However, once it was put on the server (WIN2003, IIS4) it will only work correctly some of the time. Most of the time the problem appears that the sessions aren't passing the data.
Does anyone know how I can correct this problem?
The problem comes when I put the project on our server. When the user selects an item from the inventory page, it is supposed to send all the information via sessions to the next page, and so on and so forth. When I built the project on my machine, it worked without so much as an error. However, once it was put on the server (WIN2003, IIS4) it will only work correctly some of the time. Most of the time the problem appears that the sessions aren't passing the data.
Does anyone know how I can correct this problem?