I created a page which runs a THREAD. Unfortunately, at the end of the THREAD which is designed to populate a table, an error is produced. It says that the SESSION STATE CAN ONLY BE USED WHEN ENABLESESSIONSTATE IS SET TO TRUE. I added the ENABLESESSIONSTATE to my page directive. However, it seems that this does not suffice. It also says the I need to add a CUSTOM SESSION STATE module in the CONFIGURATION section. Is there an example of where I do this in the WEB.CONFIG. I need a fairly detailed WEB.CONFIG as I don't want to break what I have at the moment.
TIAJohn
View Complete Post