Subversion Repositories oidplus

Rev

Rev 351 | Rev 476 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 351 Rev 448
Line 60... Line 60...
60
			</authentication>
60
			</authentication>
61
		</security>
61
		</security>
62
	</system.webServer>
62
	</system.webServer>
63
</location>
63
</location>
64
 
64
 
-
 
65
<location path="setup/includes">
-
 
66
	<system.webServer>
-
 
67
		<security>
-
 
68
			<authentication>
-
 
69
				<!--
-
 
70
				To "unlock" this section, run this command:
-
 
71
				%windir%\system32\inetsrv\appcmd.exe unlock config -section:system.webServer/security/authentication/anonymousAuthentication
-
 
72
				-->
-
 
73
				<anonymousAuthentication enabled="false" />
-
 
74
			</authentication>
-
 
75
		</security>
-
 
76
	</system.webServer>
-
 
77
</location>
-
 
78
 
65
<location path="plugins/publicPages/100_whois/whois/cli">
79
<location path="plugins/publicPages/100_whois/whois/cli">
66
	<system.webServer>
80
	<system.webServer>
67
		<security>
81
		<security>
68
			<authentication>
82
			<authentication>
69
				<!--
83
				<!--