Unterschiede Web.config für Crystal Reports
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal file
@@ -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>
|
||||||
Reference in New Issue
Block a user