I have successfully installed CRM and try to browse to the
application. I receive an error
Server Error in '/' Application.
-----------------------------------------------------------
---------------------
Access is denied.
Description: 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.
Exception Details: System.ApplicationException: Access is
denied.
Source Error:
An unhandled exception was generated during the execution
of the current web request. Information regarding the
origin and location of the exception can be identified
using the exception stack trace below.
Stack Trace:
[ApplicationException: Access is denied.
]
System.Security.Principal.WindowsIdentity._Resolve Identity
(IntPtr userToken) +0
System.Security.Principal.WindowsIdentity.get_Name () +71
System.Web.Configuration.AuthorizationConfigRule.I sUserAllo
wed(IPrincipal user, String verb) +100
System.Web.Configuration.AuthorizationConfig.IsUse rAllowed
(IPrincipal user, String verb) +81
System.Web.Security.UrlAuthorizationModule.OnEnter
(Object source, EventArgs eventArgs) +178
System.Web.SyncEventExecutionStep.System.Web.HttpA pplicatio
n+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionS tep
step, Boolean& completedSynchronously)
Can anyone advise me how to resolve this?
Thanks