I am new to classic ASP and I need to code a web application in classic asp because the customer wants it to be in classic asp. :(
Anyways! here is my question:
I am to lazy to test it for you, but
Instead of:
set Session("somePerson") = aPerson
Try:
Set Session("somePerson") = Server.CreateObject(aPerson)