The resulting web page gives various detail which I have attached in a zip file. Unfortunately I'm a bit confused with the detail so would appreciate any assistance to figure out what has gone wrong.
Thanks in anticipation.
----
[From the SourceGear Moderator]
Note, the attached HTML page included some banners and other information that was irrelevant to the issue, and was removed. The HTML error message is seen below.
Code: Select all
<body>
<div id="content">
<div class="content-container">
<h3>HTTP Error 500.19 - Internal Server Error</h3>
<h4>The requested page cannot be accessed because the related configuration data for the page is invalid.</h4>
</div>
<div class="content-container">
<fieldset><h4>Detailed Error Information:</h4>
<div id="details-left">
<table cellspacing="0" cellpadding="0" border="0">
<tbody><tr class="alt"><th>Module</th><td>IIS Web Core</td></tr>
<tr><th>Notification</th><td>BeginRequest</td></tr>
<tr class="alt"><th>Handler</th><td>Not yet determined</td></tr>
<tr><th>Error Code</th><td>0x80070021</td></tr>
<tr class="alt"><th>Config Error</th><td>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".
</td></tr>
<tr><th>Config File</th><td>\\?\C:\inetpub\wwwroot\VaultService\web.config</td></tr>
</tbody></table>
</div>
<div id="details-right">
<table cellspacing="0" cellpadding="0" border="0">
<tbody><tr class="alt"><th>Requested URL</th><td>http://192.168.0.7:80/VaultService/VaultWeb/Login.aspx?ReturnUrl=%2fVaultService%2fVaultWeb%2fDefault.aspx</td></tr>
<tr><th>Physical Path</th><td>C:\inetpub\wwwroot\VaultService\VaultWeb\Login.aspx</td></tr>
<tr class="alt"><th>Logon Method</th><td>Not yet determined</td></tr>
<tr><th>Logon User</th><td>Not yet determined</td></tr>
</tbody></table>
<div class="clear"></div>
</div>
</fieldset>
</div>
<div class="config_source content-container">
<fieldset>
<h4>Config Source:</h4>
<pre><code> 220: </security>
<span class="highlight-code"> 221: <handlers></span>
222: <remove name="ReportViewerWebControlHandler" />
</code></pre>
</fieldset>
</div>
<div class="content-container">
<fieldset><h4>More Information:</h4>
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.
<p><a href="https://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=500,19,0x80070021,17763">View more information »</a></p>
</fieldset>
</div>
</div>
</body>