Reputation: 11
i developed an asp.net application in which i used crystal report (for visual studio 2010). I have a big problem that is when i run my application on local server, it works fine but when i deploy it on remote server, crystal report is not displaying. can any one help me.
Thanks.
Upvotes: 1
Views: 1175
Reputation: 1842
make sure temp directory of windows have appropriate permissions to execute the report. In my case I gave full permission to everyone on c:\windows\temp directory.
visit following link to find the step by step solution to deploy a crystal report website.
http://dubeyniraj.blogspot.in/2012/02/deploying-net-crystal-report-website-on.html
Upvotes: 0
Reputation: 94653
You have to make sure that an appropriate version of crystal report run-time is installed on deployment (remote) server or not.
Upvotes: 1