On PostBack, objects are null when run remotely, not null when run locallyhttp://forums.asp.net/t/1736856.aspx/1?On+PostBack+objects+are+null+when+run+remotely+not+null+when+run+locallyMon, 07 Nov 2011 01:27:19 -050017368564668349http://forums.asp.net/p/1736856/4668349.aspx/1?On+PostBack+objects+are+null+when+run+remotely+not+null+when+run+locallyOn PostBack, objects are null when run remotely, not null when run locally <p>My application has an object that stores user data and then a number of web form objects. &nbsp;When I run the application locally, it runs just fine. &nbsp;When I try and run it remotely, the user data object always comes back as &quot;Object reference not set to an instance of an object&quot;.</p> <p>I also try and store the object in a Session variable and do a check on postback that if the object is null to try and restore it from the Sesion, but that is coming back null as well.</p> <p>Can someone please point me as to where to begin to look into something like this? &nbsp;Does this sound like a Session issue? &nbsp;The object is quite large, could size have something to do with it?</p> 2011-11-04T14:57:51-04:004670543http://forums.asp.net/p/1736856/4670543.aspx/1?Re+On+PostBack+objects+are+null+when+run+remotely+not+null+when+run+locallyRe: On PostBack, objects are null when run remotely, not null when run locally <p>What is data type of the object you try to store?</p> <p>What is its size approximately?</p> 2011-11-07T01:27:19-05:00