简体   繁体   中英

How to load the images in ActiveReport from ASP.NET on IIS

I have an ActiveReports report in ASP.NET WebSite. This report contains some images on a physical path on Server. The images path is:

\\{Server IP}\Produktion\Img\Art\

I added this path as VirtualPath in Debug and on IIS. The report is rendered good with images in Debug but make an error on IIS. Error text in IIS on report rendering is:

Error: \\{Server IP}\Produktion\Img\Art\img01.png

Physically this image is there.

Can anybody write me how to load right images on IIS (not debug) to can rendering the report.

在IIS上部署网站时,请确保应用程序池用户对网络文件夹\\\\{Server IP}\\Produktion\\Img\\Art\\具有读取权限

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM