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.
|
Stack Trace:
|
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.
|
Stack Trace:
|
Added the Exchange install logs:
[08/29/2016 06:11:05.0107] [2] User specified parameters: -Identity:'Mail\ECP (Exchange Back End)' -InternalUrl:$null
-ExternalUrl:$null
[08/29/2016 06:11:05.0107] [2] Beginning processing set-EcpVirtualdirectory
[08/29/2016 06:11:05.0122] [2] Searching objects "mailMAIL\ECP (Exchange Back End)" of type "ADEcpVirtualDirectory"
under the root "$null".
[08/29/2016 06:11:05.0122] [2] Previous operation run on domain controller 'mailPDC.jeffreybeers.local'.
[08/29/2016 06:11:06.0214] [2] Processing object "mailMAIL\ecp (Exchange Back End)".
[08/29/2016 06:11:07.0508] [2] No properties changed for the object "MAIL\ecp (Exchange Back End)".
[08/29/2016 06:11:07.0508] [2] [WARNING] The command completed successfully but no settings of 'mailMAIL\ecp (Exchange
Back End)' have been modified.
[08/29/2016 06:11:07.0508] [2] Saving object "mailMAIL\ecp (Exchange Back End)" of type "ADEcpVirtualDirectory"
and state "Unchanged".
[08/29/2016 06:11:07.0508] [2] Previous operation run on domain controller 'PDC.machine.local'.
[08/29/2016 06:11:10.0004] [2] Ending processing set-EcpVirtualdirectory
[08/29/2016 06:11:10.0004] [2] Beginning processing Write-ExchangeSetupLog
[08/29/2016 06:11:10.0019] [2] Update-AppPoolManagedFrameworkVersion beginning...
[08/29/2016 06:11:10.0019] [2] Ending processing Write-ExchangeSetupLog
[08/29/2016 06:11:10.0019] [2] Beginning processing Write-ExchangeSetupLog
[08/29/2016 06:11:10.0019] [2] MSExchangeECPAppPool
[08/29/2016 06:11:10.0019] [2] Ending processing Write-ExchangeSetupLog
[08/29/2016 06:11:10.0035] [2] Beginning processing Write-ExchangeSetupLog
[08/29/2016 06:11:10.0035] [2] v4.0
[08/29/2016 06:11:10.0035] [2] Ending processing Write-ExchangeSetupLog
[08/29/2016 06:11:10.0128] [2] Beginning processing Write-ExchangeSetupLog
[08/29/2016 06:11:10.0144] [2] Update succeeded.
[08/29/2016 06:11:10.0144] [2] Ending processing Write-ExchangeSetupLog
[08/29/2016 06:11:10.0160] [1] Executing:
set-InstallPathInAppConfig -ConfigFileRelativePath "ClientAccess\ecp\" -ConfigFileName web.config
RoleDomainController -ErrorAction SilentlyContinue;