When I try to login to OWA, I'm getting the following error message:
Outlook Web Access encountered an unexpected error and was unable to handle your request.
Request
Url:
http://localhost:80/owa/default.aspxUser host address: 127.0.0.1
Exception
Exception type: System.ArgumentException
Exception message: 'Microsoft.Crm.WebServices
.Crm2007.C
ookieAndSo
apHeaderAu
thenticati
onProvider
, Microsoft.Crm.WebServices,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad3
64e35' doesn't exist. Parameter name: Microsoft.Crm.WebServices.
Crm2007.Co
okieAndSoa
pHeaderAut
henticatio
nProvider,
Microsoft.Crm.WebServices,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad3
64e35
Call stack
Microsoft.Crm.Authenticati
on.BaseAut
henticatio
nSettings.
CreateType
(String typeName, Type requiredBaseType)
Microsoft.Crm.Authenticati
on.BaseAut
henticatio
nSettings.
CreateProv
ider(Strin
g typeName, IDictionary`2 configuration)
Microsoft.Crm.Authenticati
on.Authent
icationPip
elineSetti
ngs.LoadPi
peline()
Microsoft.Crm.Authenticati
on.Authent
icationPip
elineSetti
ngs.get_Au
thenticati
onProvider
()
Microsoft.Crm.Authenticati
on.Authent
icationEng
ine.get__p
rovider()
Microsoft.Crm.Authenticati
on.Authent
icationEng
ine.Execut
e(Object sender, EventArgs e)
System.Web.HttpApplication
.SyncEvent
ExecutionS
tep.System
.Web.HttpA
pplication
.IExecutio
nStep.Exec
ute()
System.Web.HttpApplication
.ExecuteSt
ep(IExecut
ionStep step, Boolean& completedSynchronously)
Apparently OWA tries to authenticate through CRMs web services.
How can I have CRM not interfere in the OWA process?
Thanks,
Michael