Crystal Report on Web Server
-
Dear All, I have created a web application which includes crystal report for reports. Now the problem is that my reports were not working on the webserver. The Application works Perfectly on my local machine in IIS and in .net environment but if i upload the same application on the web server it shows the error.
An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
What could be the solution Thanks and Regards Yogesh Agarwal
-
Dear All, I have created a web application which includes crystal report for reports. Now the problem is that my reports were not working on the webserver. The Application works Perfectly on my local machine in IIS and in .net environment but if i upload the same application on the web server it shows the error.
An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
What could be the solution Thanks and Regards Yogesh Agarwal
i feel it is not an error related to crystal report. as we know custom error handlers are using for customise the default error pages. custom error[^] It may be some other error in you program Do you have crystal report runtime installed on you web server?
-
i feel it is not an error related to crystal report. as we know custom error handlers are using for customise the default error pages. custom error[^] It may be some other error in you program Do you have crystal report runtime installed on you web server?
Hi Thanks for the reply I just want to check the report running on server or not. So i create a C.R. with no databinding, their is only a label in my C.R. that displays. This is my C.R.. So their is no programming involves there. And about the runtime environment on server i have no idea. Thanks
-
Hi Thanks for the reply I just want to check the report running on server or not. So i create a C.R. with no databinding, their is only a label in my C.R. that displays. This is my C.R.. So their is no programming involves there. And about the runtime environment on server i have no idea. Thanks
hi yogesh for hosting are you using shared hosting server or dedicated server? if it is dedicated server you can install crystal report runtime on your server.