Crystal Report Issue with IIS - ( bobj is undefined , Crystal report not displaying )

前端 未结 17 1249
既然无缘
既然无缘 2020-12-03 00:05

I have crystal report 2010 installed with VS 2010.i have created a crystal report which is works fine in the localhost but the issue is once i publish my website to IIS the

17条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-03 00:36

    A possible scenario is that the IIS Server web site is not defaulted to C:\inetpub\wwwroot as this is where by default Crystal installs it's application files in the aspnet_client\system_web\4_0_30319\crystalreportviewers13 folder.

    So a possible answer is to set the website Physical Path to c:\inetpub\wwwroot

提交回复
热议问题