Try to check the unknown DataBind get called. Which process, who called the DataBind that with dummy parameter, findout what are the other app that using the ObjectDataSource andalso check in the Scheduled Task if there is an autorun app and the app will use the ObjectDataSource.
On Mar 28, 6:58 am, Caameo <[email protected]> wrote: > 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.
