Hello,

I have installed MSCRM and have the following problem: if I enter to the
web client to default page (http://mscrm/), I am redirected to the error
page:

Error
An error has occurred. For more information, contact your system
administrator.

Event log contains the following:

---------------------
MSCRM Application Error Report:
--------------------------------------------------------------------------------------------------------
Error Message: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Source File:

Line Number:

Stack Trace Info: at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
---------------------

If I navigate to http://mscrm/loader.aspx, everything works ok.

Is it correct behaviour?

Re: CRM web client problem by Thomas

Thomas
Thu Jun 10 05:57:53 CDT 2004

Just a thought, have you checked that anonymous access is disabled in IIS,
for the MS CRM site?

BR

Thomas Scheelhardt

"Andrew Simontsev" <andrew@aurigma.com> wrote in message
news:OnWGC96IEHA.3536@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> I have installed MSCRM and have the following problem: if I enter to the
> web client to default page (http://mscrm/), I am redirected to the error
> page:
>
> Error
> An error has occurred. For more information, contact your system
> administrator.
>
> Event log contains the following:
>
> ---------------------
> MSCRM Application Error Report:
> --------------------------------------------------------------------------
------------------------------
> Error Message: An unhandled exception occurred during the execution of
> the current web request. Please review the stack trace for more
> information about the error and where it originated in the code.
>
> Source File:
>
> Line Number:
>
> Stack Trace Info: at System.Web.UI.Page.HandleError(Exception e)
> at System.Web.UI.Page.ProcessRequestMain()
> at System.Web.UI.Page.ProcessRequest()
> at System.Web.UI.Page.ProcessRequest(HttpContext context)
> at
>
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
p.Execute()
> at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
> Boolean& completedSynchronously)
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> ---------------------
>
> If I navigate to http://mscrm/loader.aspx, everything works ok.
>
> Is it correct behaviour?