Hello,
I would like on a chemain specific, for example : /foo, trigger an IP authentication or windows. So, if you get an error 403.6 (ip refused), I want the authefication windows starts. Here's what I have in my web.config file :
"location path=/foo"
"system.web"
"authorization"
"allow users=HOSTNAME\username"
"deny users=?"
"/authorization"
"/system.web"
"system.webServer"
"security"
"ipSecurity allowUnlisted=false"
"add ipAddress=127.0.0.1 allowed=true /"
"/ipSecurity"
"/security"
"/system.webServer"
"/location"
This example don't work. Like this the authentification method is "IP and Windows" and not like i want "IP or Windows"
Thanks for your help.
↧