I am a new member and first time posting. I developed asp.net application that runs crystal report, actually exporting report to New Browser Window. I used as book Crystal Reports Encyclopedia .NET 2005/2008 suggest, ExportToHttpResponse () method. It works as I need, open popup page, new aspx page and run report with question to save or open a .pdf from VS2005 on test machine. If I try from IIS on Server 2003 that we deployed this application from it gives me blank new page on Server by itself. If I tried to run remotely from any pc (browser) it starts to open new page and simply dies, it gets back on page that caused call.
As I installed VS2005 on server 2003 where the application is deployed, and tried from VS2005 designer, it worked as well.
My initial guess was that security or some privileges are not set properly fro some folders? After reading the book Encyclopedia.Net I set on folder C:\Windows\TEMP all rights to NETWORKSERVICES but id did not help.
I would appreciate if somebody gives me more lights into this problem?
Thanks,
Brano