Exchange error 500 owa

В статье описывается проблема отчетности отвечает с ошибку HTTP 500 OwaSerializationException об ошибке OWA. Предоставляет разрешение.

Exchange Server 2016 Enterprise Edition Exchange Server 2016 Standard Edition Exchange Server 2013 Enterprise Exchange Server 2013 Standard Edition Еще…Меньше

Симптомы

При отправке в X-OWA-UrlPostData в среде Exchange Server 2013 или Exchange Server 2016 искаженной JSONRequest, отчеты об ошибках Outlook Web Access может отвечать на запросы с ошибку HTTP 500 OwaSerializationException. Кроме того при использовании такого средства, как Fiddler или Burp комплект сканера, вы можете получить верхней части стека вызовов, похожее на следующее:

{«Тело»: {«Код ошибки»: 500, «ExceptionName»: «OwaSerializationException», «FaultMessage»: «не удается десериализовать объект типа FindConversationJsonRequest»,»IsTransient»:false,»StackTrace»:»Microsoft.Exchange.Clients.Owa2.Server.Core.OwaSerializationException: не удается десериализовать объект типа FindConversationJsonRequest—> System.Runtime.Serialization.SerializationException: элемент»: корень «содержит данные из типа, который сопоставляется с именем «http:////schemas.contoso.com/2004/07/Exchaasdadnge:FindConversationJsonRequest».


Примечание. Эта проблема может быть уязвимости злоумышленник, прошедший проверку удаленного доступа к важной информации.

Информация о накопительном пакете обновления

Для Exchange Server 2013

Для Exchange Server 2016

Статус

Корпорация Майкрософт подтверждает, что это проблема продуктов Майкрософт, перечисленных в разделе «Относится к».

Ссылки

Дополнительные сведения о терминологии , которую корпорация Майкрософт использует для описания обновлений программного обеспечения.

Продукты независимых производителей, обсуждаемые в этой статье, производятся компаниями, независимыми от корпорации Майкрософт. Корпорация Майкрософт не дает никаких явных или подразумеваемых гарантий относительно производительности или надежности этих продуктов.

Нужна дополнительная помощь?

Summary: HTTP ERROR 500 in Exchange is displayed when the server rejects the request to establish a connection with the Exchange Server. The error prevents Exchange administrators and users from accessing the Exchange Admin Center and managing the Exchange Server. In this blog, we have discussed reasons and solutions to fix the HTTP ERROR 500 in Exchange and get access to the EAC/ECP.

Free Download for Windows

Contents

  • Reason for HTTP ERROR 500 in Exchange ECP/EAC
  • Solutions to Fix HTTP ERROR 500 in Exchange Server
  • Conclusion

Exchange Management Console (EMC) and Exchange Control Panel (ECP) were two different interfaces used in Exchange 2010 and earlier versions to manage the Exchange Servers. With Exchange 2013, Exchange Administrative Center (EAC) — a web-based management console optimized for on-premises, hybrid, and online Exchange Server deployments—replaced EMC and ECP.

And since EAC is web-based, you need to use a web browser and require the OWA/ECP virtual directory URL to access the management console. By default, you can access the ECP/EAC console using the following URLs,

Internal URLhttps://<CASServerName>/ecp

It allows users to access the EAC within the organization’s firewall.

External URLhttps://mail.abc.com/ecp

It provides access to users from outside of your organization’s firewall.

Administrators and users with permission can access the EAC/ECP panel by signing in using valid credentials.

However, many users have reported an HTTP ERROR 500 after they sign in to EAC/ECP.

Stellar

Reason for HTTP ERROR 500 in Exchange ECP/EAC

The HTTP ERROR 500 is usually reported after upgrading or updating the Exchange Server without an elevated command prompt.

However, it may also occur due to many other reasons, such as,

  • Exchange Services stopped or not working
  • Damaged OWA virtual directories
  • Damaged Exchange Server
  • Improper configuration
  • Low Resource allocation
  • Corrupt or incomplete .NET framework installation

Solutions to Fix HTTP ERROR 500 in Exchange Server

Follow these solutions in the given sequence to troubleshoot and fix the HTTP 500 error in Exchange Server EAC/ECP after login.

Solution 1: Use a Different Browser

Sometimes browser cache and cookies can cause issues while accessing the Exchange Admin Center. You can reset either the web browser or use a different browser to fix the error and access the EAC/ECP.

If you still encounter the HTTP ERROR 500, proceed to the next solution.

Solution 2: Install Pending Server Updates

On your Windows Server, open the Windows Updates section and install any pending updates as they may stop certain Exchange Services resulting in HTTP ERROR 500 after EAC login.

pending updates windows server exchnage http 500

After the update, restart the server and then try to log in to the EAC. You may disable automatic Windows Updates to prevent HTTP ERROR 500. However, it is highly recommended to install the updates to stay protected.

If there are no pending updates but the error persists, follow the next solution.

Solution 3: Reinstall Updates

If the HTTP ERROR 500 occurred after installing the Exchange Server security updates, reinstall those using the elevated command prompt. The steps are as follows,

  • Open Command Prompt as administrator
  • Navigate to the location where Security updates are downloaded (.msp files) using ‘cd’ command. For instance,
cd “C:UsersUserNameDownloadsUpdates”
  • Then execute the following command in the Command Prompt window,
.UpdateName.msp
  • Follow the update wizard and complete the installation process.
  • Restart the server and check if you can now access the EAC/ECP.

Solution 4: Check Resource Allocation

Some users have reported that the HTTP ERROR 500 occurred simply because their Exchange VM doesn’t allocate enough CPU cores. To fix this, shut down the server VM and review the allocated resources.

Stellar

Add or allocate more CPU cores and RAM, if available. Restart the server and check if EAC is accessible.

Similarly, for physical servers, upgrading the hardware may fix the error. However, we recommend you follow all the troubleshooting solutions discussed in this blog before upgrading the hardware to resolve the HTTP 500 error.

Solution 5: Update Server Configurations

Improper or outdated server configuration after the server upgrade or update can also render EAC or ECP inaccessible, causing HTTP ERROR 500 after login.

In such a case, you can run UpdateConfigFiles.ps1 and UpdateCAS.ps1 PowerShell scripts located in the Exchange Server ‘Bin’ directory (C:Program FilesMicrosoftExchange ServerV15Bin) to resolve the error.

run powershell scripts Exchange http 500 fix

To execute these PowerShell scripts, follow these steps,

  • Open PowerShell as administrator and use the ‘cd’ command to navigate the Exchange ‘Bin’ directory. For instance,
cd “C:Program FilesMicrosoftExchange ServerV15Bin.”

Stellar

Then execute the following commands to run the PowerShell scripts to fix the configuration issues.

.UpdateConfigFiles.ps1
.UpdateCAS.ps1
updatecase ecp eac error 500

This may take a while to finish. Once done, restart the server and check if the HTTP 500 error is resolved and ECP/EAC is accessible.

Solution 6: Recreate Virtual Directories

As a last resort, you can remove the existing OWA and ECP virtual directories and create new ones to fix the HTTP 500 error in Exchange. The steps are as follows,

  • Open Exchange Management Shell (EMS) as administrator and run the following commands to remove the current OWA and ECP virtual directory
Remove-OwaVirtualDirectory –Identity “ExchangeServerNameowa (Default Web Site)”
  • Press ‘a’ or ‘y’ and then press the ‘Enter’ key.
reset owa ecp virtual directories exchange
  • Now execute the following command in the same EMS window to rebuild OWA virtual directory,
New-OwaVirtualDirectory –WebsiteName “Default Web Site”

The commands are case-sensitive.

This will rebuild the virtual directories and possibly fix the issue. It will also change the way you log in. Instead of the login page, you will see the following pop-up for login.

login to exchnage eac http 500 fixed

Enter username and password to log into ECP/EAC web console.

Solution 7: Repair Exchange Server

If none of the solutions worked for you, try repairing your Exchange Server. For this, you need to mount the same Cumulative Update ISO as installed on the server. Then use the following command in EMS to repair the server.

Setup /Mode:upgrade /IAcceptExchangeServerLicenseTerms
repair exchange server

Use ‘/IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF’ if your server is running on September 2021 or later Cumulative Update.

After the repair, restart the server and check if the HTTP ERROR 500 is resolved.

You may also set up a new Exchange Server if server repair fails and move your mailboxes and mail items from the old server to the new server. For this, you can use an EDB converter tool, such as Stellar Converter for EDB. The software can extract mailbox data from your faulty Exchange server with an online or offline database and export them to PST. You may also export the mailboxes from offline EDB to your new Exchange Server database to PST. The software auto-maps the source mailboxes with destination mailboxes and exports up to four mailboxes simultaneously to the target server database in a few simple steps.

Conclusion

HTTP ERROR 500 is common, especially after improper server update installation. However, it may also occur due to several other reasons, as discussed in this blog. We also discussed all possible solutions to resolve the HTTP ERROR 500 in Exchange Server 2013 and later versions. However, if the error isn’t resolved, it’s recommended to set up a new server and move your data from the faulty server to a new server using an EDB converter tool, such as Stellar Converter for EDB. The software helps you extract and move mailbox data from offline or online databases hosted on your faulty server and exports them to PST, Office 365 tenant, or Live Exchange Server. It automates the entire mailbox data migration process, saving tons of time required to manually export and import mailboxes via EMS or EAC. Moreover, the cmdlets do not work if the database is offline.

About The Author

Ravi Singh

Ravi Singh is a Senior Writer at Stellar®. He is an expert Tech Explainer, IoT enthusiast, and a passionate nerd with over 7 years of experience in technical writing. He writes about Microsoft Exchange, Microsoft 365, Email Migration, Linux, Windows, Mac, DIY Tech, and Smart Home. Ravi spends most of his weekends working with IoT (DIY Smart Home) devices and playing Overwatch. He is also a solo traveler who loves hiking and exploring new trails.

Best Selling Products

Stellar Converter for EDB

Stellar Converter for EDB

Stellar Converter for EDB is a professio

Read More

Stellar Toolkit for Exchange

Stellar Toolkit for Exchange

5-in-1 suite of specialized tools, highl

Read More

Stellar Repair for Exchange

Stellar Repair for Exchange

Powerful software recommended by MVPs &

Read More

Stellar Converter for OST

Stellar Converter for OST

Powerful software trusted by Microsoft M

Read More

Query: “Are you getting http 500 internal server error in Microsoft Exchange 2016, 2013 and 2010 ECP/OWA after login? Don’t worry, Read this blog and get the best solution for Exchange server error 500.”

Most of the time it seems that whenever you login to your Exchange Admin centre (EAC) a common Exchange server http 500 error occurs. The main source of this problem is caused due to improper configuration of the device. The Error indicates that the device tried to establish a connection with the server, but the request was rejected with an error message by the Exchange server itself. Let’s see the solution of Exchange Server 500 error.

Method 1: Step by Step Solution for HTTP 500 Error in Exchange Server 2016

Step 1: Go to Search bar and type «Exchange Managmenent Shell».

Step 2: A new window will appear named as: Administrator: Exchange Managmenent Shell.

Step 3: It will start connecting to your local EAC ip.

Step 4: After connecting, type Remove-OwaVirtualDirectory ‘win2owa

Remove-OwaVirtualDirectory

Step 5: Message will appear “Are you sure you want to perform this action? Outlook Web App virtual directory “win2owa ” is being removed.

Step 6: Type y.

Outlook Web App virtual directory

Step 7: Type New-OwaVirtualDirectory – Website Name ‘Default Web site’.

New-OwaVirtualDirectory

Step 8: Restart your Computer.

Step 9: Now re-login. Exchange Server http 500 Error will be fixed.

Method 2: How to Fix 500 internal server error in Microsoft Exchange

1. Create a separate virtual directory which doesn’t require SSL or any other authentication method to establish a connection with the server. In this way you could temporarily connect with the server but that might serve as a potential threat due to lack of authentication.

2. Alternatively you can enable the settings on the root Exchange directory for the front end server using Microsoft utility “Metaedit.exe”.

Metaedit.exe

3. To determine the Maximum token size allotted to the user, use Microsoft provided tool : Tokensz.exe : By default the maximum token size- 8,000 bytes were allotted for the legacy versions; but for the later versions , token size was increased upto 12,000 bytes.

4. Insufficient permissions problem might be raised due to broken Access Control List inheritance in the Active Directory. To resolve this follow these steps:

  • Launch Active Directory Users and Computers.
  • Locate View >> Advanced Features.
  • Select the mailbox and right click to explore the properties.
  • Navigate to Security >> Advanced.
  • Ensure that “Include inheritable permissions from this object’s parent» is selected.

Active Directory Service Information

5. Alternatively you can re-add the existing users and new users to the Exchange. For that you need to access Active Directory Service Information:

  • Open adsi edit.
  • Locate the user in your existing domain.
  • Expand the user details and remove the object “CN=ExchangeActiveSyncDevices”.

Tools that could be beneficial: http://test exchange connectivity.com helps to test the connectivity between the exchange server and the device.

Exchange Remote Content Analyzer: Helps to determine the connectivity issues between the exchange server and the deployments easily.

Remote Content Analyzer

Causes of Exchange Server HTTP 500 Error

Now let’s examine the root cause for http 500 internal server error in Exchange here:

For the legacy Exchange server versions such as Exchange 2016, 2013, 2010, 2007,etc. the 500 internal server error is caused due to the following circumstances:

The Server uses SSL or Secure Sockets Layer protocol or form based authentication.

1. Virtual Directory of the Exchange Server has disabled Windows Authentication: The Active Sync Service uses the virtual directory to access the Outlook Web Access Templates and the WebDav on the Exchange Server. Hence, If the Virtual Directory is not enabled then Active Sync returns error.

2. Members existing in too many groups might face the error as the tokens generated might be larger than the maximum size allotted to them.

3. For Exchange 2010 and later versions, the user account might not have sufficient Permissions to access the mailbox in the Active Directory.

Conclusion

In the above content, I have discussed the best solution to resolve Exchange admin center http 500 internal server error quickly. Using step by step Exchange Management Shell method easily fix Exchange server error 500 without getting any hurdle.

You may encounter an error code indicating an http 500 error while accessing owa. Well, there are a few steps you can take to fix this problem, which we’ll talk about now.

Recommended

  • 1. Download ASR Pro
  • 2. Follow the on-screen instructions to run a scan
  • 3. Restart your computer and wait for it to finish running the scan, then follow the on-screen instructions again to remove any viruses found by scanning your computer with ASR Pro
  • Speed up your PC today with this easy-to-use download.

    g.In most cases, it seems like every time you finally sign in to the Exchange admin center (EAC), a generic Exchange Server HTTP 500 error occurs. The error indicates that the device has connected to the remote computer, but the request was rejected by the Exchange site itself with a great error message.

    g.Most often, the time is due to the fact that when you log into the Exchange admin center (EAC), in most cases, you are faced with the common HTTP 500 error from the Exchange server. The error message states that the gizmo tried to connect to the server, but the request was denied with an error message due to the Exchange server itself.

    g.

    Exchange Server 2016 Enterprise Edition Exchange Server 2016 Standard Edition Exchange 2013 Server Enterprise Exchange 2013 Server Standard Edition More … Less

    Server Back 2016 Enterprise Edition Server Rollover Standard Edition 2016 Server Discussion Replacing 2013 Enterprise Server 2013 Standard Edition More … Less

    Learn about the terminology Microsoft uses to describe firmware updates.

    The third-party products discussed in this article are manufactured by companies independent of Microsoft. Microsoft makes no warranties, implied or unaltered, about the performance or reliability of these products.

    Everything worked fine in the morning until the second Ova crashed at 11:30. I canDo users successfully connect to their mailboxes via futures and smartphones? When I plan to log into the owa domain, the login url is displayed and my username and password are entered. You will also immediately see the “Web Pages Cannot Display the Page” screen. The error concerns “Internal HTTP Server Error 500”.

    I’ve already investigated resetting my virtual directory for owa when the same error occurs.

    Make sure the Microsoft Exchange Forms Authentication service is running without asking questions.

    You can also restart the MS System Exchange Attendant and Information Store services using the IISadmin service.

    Here’s a problem that I rarely pay attention to. When accessing OWA (Outlook Access), the following interactions mainly occur: User

    1. it accesses OWA over the Internet and receives a login page.
    2. The PC user enters his access data and clicks any connection button.
    3. The user will receive a screen with an internal server error 500. Usually the URL is https://myexchangeserver.mydomain.com/owa/auth.owa. The title bar usually displays the message “Internal HTTP Server Error 500”.

    Recommended

    Is your PC running slow? Do you have problems starting up Windows? Don’t despair! ASR Pro is the solution for you. This powerful and easy-to-use tool will diagnose and repair your PC, increasing system performance, optimizing memory, and improving security in the process. So don’t wait — download ASR Pro today!

  • 1. Download ASR Pro
  • 2. Follow the on-screen instructions to run a scan
  • 3. Restart your computer and wait for it to finish running the scan, then follow the on-screen instructions again to remove any viruses found by scanning your computer with ASR Pro
  • A common reason for the above behavior is most likely because the “Microsoft Exchange Forms Authentication Service” is not running. Sometimes this usage does not start automatically at startup. Simple service start solves the .Fall problem

    The

    above is unlikely to be the cause of the problem, there is only one simpler step to solve the exact problem. Reset the OWA exclusive directory. PowerShell commands are listed below.

    • Get-OwaVirtualDirectory “SERVER owa Web (default site)” | this
    • Remove-OwaVirtualDirectory “SERVER owa Web (default site)”
    • New-OwaVirtualDirectory -WebSiteName Standard Website

    http 500 error when accessing owa

    In all of the above instructions, replace SERVER with your actual hostname.
    The first command is to exit all OWA settings. This can be useful if it is determined in the future that custom settings need to be restored. The following command removes the existing media directory. The last command created another OWA virtual directory with all the default settingskami.

    If the problem persists after making all of the above connections, it’s time to go back to the Internet Information Server (IIS) entries and Event Viewer to find out the cause of the problem.

    http 500 error when accessing owa

    If you need a different scenario where owa generates an internal server 500 error, I would like to know about it in the comments section.

    Query: “Have you encountered an internal HTTP 500 server error near Microsoft Exchange 2016, 2013 and 12 months 2010 ECP / OWA after logging in?” Don’t worry, read this blog and get the best solution for Exchange servers. 500.

    Most of the time, when you log into the Exchange admin center (EAC), you will encounter a typical HTTP 500 error from the Exchange server. The main cause of this problem is incorrect configuration of the device connected to it. The error indicates in which case the device tried to establish a new connection to the server, but I would say that the request with the actual error message was rejected only by the Exchange server. Let’s take a look at the solution to Exchange Server Error 500.

    Method 1: Step-by-step Solution For HTTP Error 1000 In Exchange Server 2016

    How do I fix Error 500 in Outlook?

    Try incognito (workaround)Delete cookies from browser and cache (temporary closure)Try anotherMy browser (temporary resolution)Adjust date / time parameters (can be permanently adjusted)

    Step 1. GoGo to the search bar and form the “Exchange Management Shell”.

    Step A 2: The new welcome window will look like this: Administrator: Exchange Management Shell.

    Step 3. A persistent connection will be established to your local EAC-IP.

    Step 5. Are you sure you want to perform this action abruptly? The Outlook Web App home directory “win2 owa ” is frequently removed.

    http 500 error when accessing owa

    Step 9. Now login again. Exchange server http error 500 is likely to be fixed.

    Method 2: How To Fix Internal Server 500 Error In Microsoft Exchange

    1. Create a separate media directory that does not require SSL or many other authentication methods to successfully connect to the server. This allows you to temporarily connect to the server, but this could be a potential threat since you do not have authentication.

    2. Alternatively, you can use Microsoft’s Metaedit.exe utility to disable basic Exchange directory customizations for the front-end server.

    3. To determine the maximum token size that will be issued to the user, use the toolTool currently offered by Microsoft: Tokensz.exe: non-payment of the maximum size allocated to tokens of 8000 bytes for historical versions; but for newer machines, the token size has been increased to 12,000 bytes.

    4. Insufficient permissions for problems can be increased due to incorrect ACL inheritance in Active Directory. To resolve this issue, follow these steps:

    • Start Active Directory Users and Computers.
    • View >> Advanced functions.
    • Select both and right click to examine these properties.
    • Go to Security >> Advanced.
    • Make sure the “Include inheritable permissions from this object’s parent” checkbox is selected.

    5. You can also add existing computer users and new users to Exchange. To do this, you need to get information about the Active Directory service:

    • Open processing of Adsi.
    • Search the existing domain for the user again.
    • Expand user information and how to delete object “CN = ExchangeActiveSyncDevices “.

    Tools that might be helpful: http: // Test Exchange Connectivity.Helps com to help test connectivity between the Convert Server and the device.

    Exchange Remote Content Analyzer Help: Easily identify connectivity issues between Exchange Server and deployments.

    Reasons For HTTP Error 500 On Exchange Server

    Now let’s take a look at each of our root servers for the cause of an internal HTTP 500 server error in Exchange:

    For legacy Exchange Server versions such as Exchange 2016, 2013, 2010, 2007, etc., you must pay an internal server error of 500 due to the following circumstances:

    The server uses SSL, Secure Sockets Layer, or forms-based authentication.

    1. The virtual directory carried by the Exchange Server. Windows Authentication Disabled: Active Sync uses the virtual directory to access Outlook Web Access and WebDAV templates on the Exchange server. Therefore, if the Virtual Is directory is not included, Active Sync will return an error.

    2. Members who also exist in may encounter errors in many groups because thenew tokens may try to exceed the maximum size assigned to them.

    3. For Exchange 2010 and later, the user account may not have sufficient permissions to access the mailbox in Active Directory.

    Conclusion

    In the above post, I want to discuss the best solution to quickly fix the built-in HTTP 500 server error in Exchange Admin Center. Use the step-by-step Exchange Management Shell method to resolve the Exchange Server 500 error naturally, without overcoming obstacles.

    Speed up your PC today with this easy-to-use download.

    How do I fix http 500 error on my website?

    Reset your site.Try reloading the sheet.Clear your browser cache.Access your own error logs.Check for a database connection error.Check for authorization errors.Increase the appropriate PHP memory limit.Check for problems with yours.

    Why can I not access OWA?

    Make sure the OWA protocol was last enabled. HostPilot> Users> Username> Exchange> Additional Settings: Protocols. Make sure you are not logged into HostPilot, My Services, or OWA as a different user, as this may result in conflicting instructions. Try connecting to a different browser and try clearing your browser cache.

    Erro De Http 500 Ao Acessar O Owa
    Http 500 Fout Bij Toegang Tot Owa
    Http 500 Fel Vid Atkomst Till Owa
    Http 500 Fehler Beim Zugriff Auf Owa
    Oshibka Http 500 Pri Dostupe K Owa
    Error Http 500 Al Acceder A Owa
    Erreur Http 500 Lors De L Acces A Owa
    Errore Http 500 Durante L Accesso A Owa

    As an IT professional for over 20 years I have run into a lot of strange errors in my time. I also have an extensive home “production” lab so I can stay up to date on changes in tech and its fun! Recently I installed Exchange 2016 in a Hyper-V virtual machine. It was a simple migration from 2013. I was in the process of decommissioning an older Hyper-V host. Some of my guest vm’s were migrated while others were built from scratch.

    I had  completed my migration and Exchange, OWA, & ECP were working just fine. About a month later I tried to access the ECP and was greeted with a 500 Error!

    Tracking Down The Error

    I started to troubleshoot the issue, reboot, look at exchange setting. The exchange shell was working fine, and all other items were working too. Just ECP was down.

    Next stop the event viewer.

    This is the event that was appearing in my logs over and over again

    Details:

    Current user: 'joeoliveri.com/Microsoft Exchange System Objects/Monitoring Mailboxes/HealthMailbox3b4ab888c6d14cdaa15d6d07e800f9d4'
    Request for URL 'https://localhost:444/ecp/About.aspx' failed with the following error:
    System.Configuration.ConfigurationErrorsException: Host 'mail.joeoliveri.com' is not allowed to connect 
    to this MySQL server (C:WindowsMicrosoft.NETFramework64v4.0.30319Configmachine.config line 275) 
    ---> MySql.Data.MySqlClient.MySqlException: 
    Host 'Mail.joeoliveri.com' is not allowed to connect to this MySQL server

    What? MySql? Why does Exchange Server 2016 care about MySql?

    How to fix EXCHANGE Error 500 ECP & MySql

    As it turns out I am also running a MySql Server on my Exchange server (yes I know.. why..) its a home lab and sometimes I place things where I have room or where its convenient. In this case I have an IIS based project that is able to share the same IIS instance .

    When MySql / PHP was installed apparently it made a modification to the machine.config file causing Exchange to attempt to hook into MySql. Reveting back to the backup machine.config file – know as machine.config.default should correct the issue.

    Location of machine.config:(backup file is in the same folder)

    32-bit

    %windir%Microsoft.NETFramework[version]configmachine.config

    64-bit

    %windir%Microsoft.NETFramework64[version]configmachine.config 

    On my actual Exchange server the path was:

    C:WindowsMicrosoft.NETFramework64v4.0.30319Config

    Locate the backup file in the above folder “machine.config.default” make a copy of that file (backup of the backup)

    Rename the live file – machine.config to machine.config.bad
    Rename the backup – machine.config.default to machine.config

    finally fire off a IISRESET command from an administrative command prompt and BAM.. all should be working properly

    Your other option could be to edit the existing live file and delete all the references to MySql.

    As always it is a good idea to have a current backup of your exchange server before you start messing with configuration files.

    I hope this post was able to save someone a bit of time troubleshooting the dreaded ERROR 500.

    As always, thank you for reading my blog.
    -Joe

    Don’t forget to visit my Etsy store – www.geekgearstore.com

    Понравилась статья? Поделить с друзьями:
  • Exchange error 403
  • Exchange error 1053
  • Exchange ecp error 400
  • Exchange activesync returned an http 500 response internal server error
  • Exchange 500 непредвиденная ошибка