Note that there are some explanatory texts on larger screens.

plurals
  1. POAll requests getting HTTP Error 401.2 - Unauthorized response
    text
    copied!<p>My MVC app has, until a few minutes ago, been working fine (with asp/net membership as part of the solution). However, without knowingly changing anything relevant every request, even to my homecontroller (which doesn't have any authorization attributes etc).</p> <p>I've taken all the entries out of the web.config for now relating to authorization, and I've check the applicationhost.config which has the following:</p> <pre><code>&lt;access sslFlags="None" /&gt; &lt;applicationDependencies&gt; &lt;application name="Active Server Pages" groupId="ASP" /&gt; &lt;/applicationDependencies&gt; &lt;authentication&gt; &lt;anonymousAuthentication enabled="true" userName="" /&gt; &lt;basicAuthentication enabled="false" /&gt; &lt;clientCertificateMappingAuthentication enabled="false" /&gt; &lt;digestAuthentication enabled="false" /&gt; &lt;iisClientCertificateMappingAuthentication enabled="false"&gt; &lt;/iisClientCertificateMappingAuthentication&gt; &lt;windowsAuthentication enabled="false"&gt; &lt;providers&gt; &lt;add value="Negotiate" /&gt; &lt;add value="NTLM" /&gt; &lt;/providers&gt; &lt;/windowsAuthentication&gt; &lt;/authentication&gt; &lt;authorization&gt; &lt;add accessType="Allow" users="*" /&gt; &lt;/authorization&gt; </code></pre> <p>Can anyone suggest what may be causing this?</p> <p>Thanks</p> <p><strong>Further information on this, I switched to using full IIS and its working fine now, so it looks like its an IIS Express issue. Any clues as to the cause? Is there no full IIS express gui other than the system tray icon?</strong></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