----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: LovedJohnySmith Message 2 in Discussion Rashid:- The report image appears as a red 'X' because the VS .NET web application is setup in the 'web.config' file to use 'Forms Authentication'. As a result the web application is unable to authenticate 'crystalimagehandler.aspx'. To display the image successfully add the following code after the <system.web> tag in the 'web.config' file: ==================== NOTE: If the VS .NET web application is referencing 'crystaldecisions.web.dll' version 9.1.5000 then modify the 'web.config' file located in the 'CrystalReportWebFormViewer2' virtual directory. If the VS .NET web application is referencing 'crystaldecisions.web.dll' version 9.2.3300 then modify the 'web.config' file located in the 'crystalreportviewers' virtual directory. ==================== <configuration> <system.web> ... <authorization> <allow users="*"/> </authorization> .... </system.web> </configuration> After modifying the 'web.config' file the images now appear when previewing the report in the VS .NET web application. The following URL surely help you http://support.businessobjects.com/library/kbase/articles/c2016898.asp?ref=devzone_netzone_howto http://support.businessobjects.com/library/kbase/articles/c2013824.asp Kindly follow the instruction from those URL, surely you will solve your problem. Please let me know, if you can't resolve this issue. Thanks, Smith http://spaces.msn.com/johnysmith ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
