Subversion Repositories oidplus

Rev

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

Rev 448 Rev 476
Line 32... Line 32...
32
			</authentication>
32
			</authentication>
33
		</security>
33
		</security>
34
	</system.webServer>
34
	</system.webServer>
35
</location>
35
</location>
36
 
36
 
-
 
37
<location path="res">
-
 
38
	<system.webServer>
-
 
39
		<security>
-
 
40
			<authentication>
-
 
41
				<!--
-
 
42
				To "unlock" this section, run this command:
-
 
43
				%windir%\system32\inetsrv\appcmd.exe unlock config -section:system.webServer/security/authentication/anonymousAuthentication
-
 
44
				-->
-
 
45
				<anonymousAuthentication enabled="false" />
-
 
46
			</authentication>
-
 
47
		</security>
-
 
48
	</system.webServer>
-
 
49
</location>
-
 
50
 
37
<location path="dev">
51
<location path="dev">
38
	<system.webServer>
52
	<system.webServer>
39
		<security>
53
		<security>
40
			<authentication>
54
			<authentication>
41
				<!--
55
				<!--