tried this address: http://localhost/demo and its giving this error:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
<div class="content-container"><fieldset><legend>Detailed Error Information</legend>
<div id="details-left">
<table border="0" cellspacing="0" cellpadding="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>0x800700b7</td>
</tr>
<tr class="alt">
<th>Config Error</th>
<td>There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined</td>
</tr>
<tr>
<th>Config File</th>
<td>\\?\C:\Program Files\dotshoppingcart\dotshoppingcart\web\web.config</td>
</tr>
</tbody>
</table>
</fieldset>Config Source
13: <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<span class="highlight-code"> 14: <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/></span>
15: <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|