To resolve this issue, remove the following lines from the Web.config file that is located in the
Drive:\Program Files\Common Files\Microsoft Shared\Web server extensions\60\Isapi folder:
<httpModules>
<remove name="EnterpriseInitializationModule"></remove>
<remove name="BPAdminRedirectModule">
</remove>
</httpModules>
To do this, follow these steps:
- Start Notepad, and then open the Web.config file that is located in the following folder:
Drive:\Program Files\Common Files\Microsoft Shared\Web server extensions\60\Isapi
- Remove the following lines from the Web.config file:
<httpModules>
<remove name="EnterpriseInitializationModule"></remove>
<remove name="BPAdminRedirectModule">
</remove>
</httpModules>
- Save and then close the Web.config file.