web.config authentication mode

J

John A Grandy

The following makes no sense to me ... what am I misunderstanding ?

----------------------------------------------------------------------

web.config

<configuration>
<system.web>
<authentication mode="Windows"></authentication>

IIS Web Site properties - check "Anonymous access" , check "Integrated
Windows authentication"

perform iisreset

http://localhost successful

----------------------------------------------------------------------

web.config

<configuration>
<system.web>
<authentication mode="None"></authentication>
<authorization>
<allow users="*"/>
</authorization>

IIS Web Site properties - uncheck "Anonymous access" , check "Integrated
Windows authentication"

perform iisreset

http://localhost give error :

"Security permissions are misconfigured on this machine. Turn off anonymouse
access, turn on NTLM, and protect the directory with permissions to restrict
access to authorized people only."

----------------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top