Crystal Reports XI production server error: Server Error in '/' Applicationhttp://forums.asp.net/t/990678.aspx/1?Crystal+Reports+XI+production+server+error+Server+Error+in+ApplicationMon, 15 May 2006 15:04:12 -04009906781286050http://forums.asp.net/p/990678/1286050.aspx/1?Crystal+Reports+XI+production+server+error+Server+Error+in+ApplicationCrystal Reports XI production server error: Server Error in '/' Application <table> <tbody> <tr> <td class="tgml">Hello! When we run the reports on the <a class="iAs" href="http://www.tek-tips.com/viewthread.cfm?qid=1230441&amp;page=1#" target="_blank" style="color:darkgreen; border-bottom:darkgreen 1px solid; background-color:transparent; text-decoration:underline"> development environment</a> from an ASP.NET project, the report works fine. Once the .NET project is copied over to the production <a class="iAs" href="http://www.tek-tips.com/viewthread.cfm?qid=1230441&amp;page=1#" target="_blank" style="color:darkgreen; border-bottom:darkgreen 1px solid; background-color:transparent; text-decoration:underline"> server</a>, we get: <br> <br> Server Error in '/' Application. <br> -------------------------------------------------------------------------------- <br> <br> Runtime Error Description: An <a class="iAs" href="http://www.tek-tips.com/viewthread.cfm?qid=1230441&amp;page=1#" target="_blank" style="color:darkgreen; border-bottom:darkgreen 1px solid; background-color:transparent; text-decoration:underline"> application error</a> occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for <a class="iAs" href="http://www.tek-tips.com/viewthread.cfm?qid=1230441&amp;page=1#" target="_blank" style="color:darkgreen; border-bottom:darkgreen 1px solid; background-color:transparent; text-decoration:underline"> security</a> reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current <a class="iAs" href="http://www.tek-tips.com/viewthread.cfm?qid=1230441&amp;page=1#" target="_blank" style="color:darkgreen; border-bottom:darkgreen 1px solid; background-color:transparent; text-decoration:underline"> web application</a>. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;. &lt;!-- Web.Config Configuration File --&gt; &lt;configuration&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;system.web&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;customErrors mode=&quot;Off&quot;/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/system.web&gt; &lt;/configuration&gt; Notes: The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application's &lt;customErrors&gt; configuration tag to point to a custom error page URL. &lt;!-- Web.Config Configuration File --&gt; &lt;configuration&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;system.web&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/system.web&gt; &lt;/configuration&gt; <br> <br> The Developer software has been installed on the production server as well. <br> <br> Thanks!</td> </tr> </tbody> </table> <table class="postinst"> <tbody> <tr> <td><br> </td> </tr> </tbody> </table> 2006-05-15T15:04:12-04:00