Hello Everyone,
I updated for 2013 CU 2 to CU 13. The update completed successfully but when I tried logging onto the ecp I got the error below.
I have tried going to C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\ecp and all files are still there
Tried reattaching ecp file through IIS
Tried recreating ECP with no luck.
Ran the following through powershell:
Set-EcpVirtualDirectory -Identity "mail.local\ecp (Exchange Back End)" -WindowsAuthentication $true -FormsAuthentication $false
New-EcpVirtualDirectory -Server JBIMAIL -WebSiteNameExchange Back End -ExternalURL https://mail.secrets.com/ecp -InternalURL https://mail.secret.com/ecp
Remove the Site in Default Web Site
Remove-EcpVirtualDirectory -Identity "ecp (Default Web Site)"
Remove the Site in Back End
Remove-EcpVirtualDirectory -Identity "ecp (Exchange Back End)"
Recreate the Site in Default Web Site
New-EcpVirtualDirectory -WebSiteName "Default Web Site"
Recreate the Site in Back End
New-EcpVirtualDirectory -WebSiteName "Exchange Back End"
I have tried everything under the SUN with no luck. If there is a possible solution that we can find. Please let us know.
Server Error in '/ecp' Application.
Could not load file or assembly 'Microsoft.Exchange.Management.AdfsAuth, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
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.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Exchange.Management.AdfsAuth, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find
the file specified.
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. |
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Exchange.Management.AdfsAuth, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
|
Stack Trace:[FileNotFoundException: Could not load file or assembly 'Microsoft.Exchange.Management.AdfsAuth, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]
Microsoft.Exchange.Management.ControlPanel.RequestFilterModule.IsResourceRequest(String localPath) +0
Microsoft.Exchange.Management.ControlPanel.RequestFilterModule.OnBeginRequest(Object sender, EventArgs e) +231
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165
|
Server Error in '/ecp' Application.
Could not load file or assembly 'Microsoft.Exchange.Management.AdfsAuth, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
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.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Exchange.Management.AdfsAuth, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The
system cannot find the file specified.
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. |
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Exchange.Management.AdfsAuth, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
|
Stack Trace:
[FileNotFoundException: Could not load file or assembly 'Microsoft.Exchange.Management.AdfsAuth, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]
Microsoft.Exchange.Management.ControlPanel.RequestFilterModule.IsResourceRequest(String localPath) +0
Microsoft.Exchange.Management.ControlPanel.RequestFilterModule.OnBeginRequest(Object sender, EventArgs e) +231
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165
|