Note that there are some explanatory texts on larger screens.

plurals
  1. POCannot read ASP localhost, plus problems with virtual directories
    text
    copied!<p>When going to <a href="http://localhost/" rel="nofollow noreferrer">http://localhost/</a> on my personal machine, I get a blank screen.</p> <p>I have a site at <code>C:/inetpub/wwwroot/</code> but the contents of that folder aren't listed like they should be.</p> <p>I tried going directly for the site, and I got this error: <img src="https://i.stack.imgur.com/czpdN.png" alt="alt text"></p> <p>Line 16 is the error</p> <pre><code>15: &lt;sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"&gt; 16: &lt;section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/&gt; 17: &lt;sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"&gt; </code></pre> <p>Removing the line from the Web.config doesn't seem to help. The error persists and even claims the line wasn't removed. I made sure I saved my edit.</p> <p>I then tried making a Virtual Directory and going there. The exact same error showed up. I added the proper user with the needed rights, but that didn't seem to do anything. <img src="https://i.stack.imgur.com/Qb7Wn.png" alt="alt text"></p> <p>So there are 2 problems here: Localhost won't list folders and this error I keep getting.</p> <p>Can anyone tell me what I might be doing wrong?</p> <p>EDIT: code added</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload