Hi All.. I have a dotnet 2.0 code deployed on Stage and Production environments. Most of my webpages have ObjectDataSource. I notice significant difference in the way ObjectDatasource invokes SelectMethod in Stage vs Production.
In Stage: ObjectDataSource never gets called until we call databind In Production: ObjectDataSource gets called first prior to any other processing (With some dummy parameters). I am really not sure why. This is having major impact on the response times of my webpages in production. I have compared source code on production against stage and they are in sync. Has it anything to do with the server environment? Can one setup the server environment in such a way that it decides when ObjectDataSource invokes SelectMethod ? Please help me with your valuable inputs.
