I developed one of mine website using Visual Studio Dot Net 2005 with Crystal Report. I want to host it on my dedicated on line server having following configuration
OS: Windows Server 2003 web edition
Webserver: IIS 6
Dot Net: Framework 2.XXX installed
To run crystal report generated reports on my web server What I should do?
Following error are showing when I run website
Event code: 3008
Event message: A configuration error has occurred.
Event time: 6/7/2007 1:12:20 PM
Event time (UTC): 6/7/2007 8:12:20 AM
Event ID: 0011a9ae1a4047759fc5738edf60590b
Event sequence: 13
Event occurrence: 4
Event detail code: 0
Application information:
Application domain: /LM/w3svc/13/root-1-128256758148938529
Trust level: Full
Application Virtual Path: /
Application Path: D:\xxxx\xxxxx\
Machine name: U15207918
Process information:
Process ID: 4708
Process name: w3wp.exe
Account name: NT AUTHORITY\SYSTEM
Exception information:
Exception type: ConfigurationErrorsException
Exception message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. (D:\xxx\xxx\web.config line 57)
Request information:
Request URL:
http://www.xxx.xxx/login.aspx
Request path: /login.aspx
User host address: xxx.xxx.xxx.xxx
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\SYSTEM
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\SYSTEM
Is impersonating: False
Stack trace: at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase)
at System.Web.Configuration.HttpHandlerAction.InitVal idateInternal()
at System.Web.Configuration.HttpHandlersSection.Valid ateHandlers()
at System.Web.Configuration.HttpHandlersSection.FindM apping(String verb, VirtualPath path)
at System.Web.HttpApplication.GetHandlerMapping(HttpC ontext context, String requestType, VirtualPath path)
at System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at System.Web.HttpApplication.MapHandlerExecutionStep .System.Web.HttpApplication.IExecutionStep.Execute ()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
Custom event details:
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Please tell me what might be problem