I'm using the push method to create an xml and load it in the reportdocument object.
l_objReportDocument.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, strAppPDFFileName)
l_objReportDocument.Load(l_strReportFileName)
So to simulate load, i'm batching a certain scenario through my app, with multiple instances running simulataneously.
When i run multiple instances of the app in "desktop mode" (not through IIS), there are no issues.
However, when the same is done through IIS, i get a database logon error randomly throughout the run.
Are there any known issues with IIS and crystal with regards to multiple instances and high loab