Merge branch 'master' of http://192.168.111.85:30000/shu/qw2021
commit
60698c9293
@ -0,0 +1,26 @@
|
|||||||
|
Crystal Reports - Web.config Konfiguration IIS/Express oder IIS
|
||||||
|
|
||||||
|
IIS Express
|
||||||
|
<businessObjects>
|
||||||
|
<crystalReports>
|
||||||
|
<rptBuildProvider>
|
||||||
|
<add embedRptInResource="true"/>
|
||||||
|
</rptBuildProvider>
|
||||||
|
<crystalReportViewer>
|
||||||
|
<add key="ResourceUri" value="/crystalreportviewers13"/>
|
||||||
|
</crystalReportViewer>
|
||||||
|
</crystalReports>
|
||||||
|
</businessObjects>
|
||||||
|
|
||||||
|
|
||||||
|
IIS
|
||||||
|
<businessObjects>
|
||||||
|
<crystalReports>
|
||||||
|
<rptBuildProvider>
|
||||||
|
<add embedRptInResource="true"/>
|
||||||
|
</rptBuildProvider>
|
||||||
|
<crystalReportViewer>
|
||||||
|
<add key="ResourceUri" value="~/crystalreportviewers13"/>
|
||||||
|
</crystalReportViewer>
|
||||||
|
</crystalReports>
|
||||||
|
</businessObjects>
|
||||||
Loading…
Reference in new issue