I was following the advice / procedures given here:
viewtopic.php?t=924
All went well until I installed Vault on the new server, as Admin, and it appeared to install successfully (installer was happy), but it tried to launch the web browser, and I got:
Code: Select all
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information:
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x80070021
Config Error This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
Config File \\?\C:\inetpub\wwwroot\VaultService\web.config
Requested URL http://build-server:80/VaultService/VaultWeb/Login.aspx?ReturnUrl=%2fvaultservice%2fAdmin%2fLicenses.aspx&message=Please%20log%20in%20using%20the%20%22admin%22%20username%20and%20the%20password%20that%20you%20supplied%20during%20the%20install.
Physical Path C:\inetpub\wwwroot\VaultService\VaultWeb\Login.aspx
Logon Method Not yet determined
Logon User Not yet determined
Config Source:
205: <system.webServer>
206: <handlers>
207: <remove name="ReportViewerWebControlHandler"/>
More Information:
This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.
View more information »
Help!