Subversion Repositories oidplus

Rev

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

Rev 294 Rev 351
Line 5... Line 5...
5
<!-- It is the replacement for the .htaccess files to protect directories from being accessed through HTTP -->
5
<!-- It is the replacement for the .htaccess files to protect directories from being accessed through HTTP -->
6
 
6
 
7
<system.webServer>
7
<system.webServer>
8
	<directoryBrowse enabled="false" />
8
	<directoryBrowse enabled="false" />
9
 
9
 
-
 
10
	<staticContent>
-
 
11
		<mimeMap fileExtension=".nroff" mimeType="text/plain" />
-
 
12
	</staticContent>
-
 
13
 
10
	<security>
14
	<security>
11
		<authentication>
15
		<authentication>
12
			<!-- This is required because the IUSR user account can't log into the Windows Error Log for some reasons -->
16
			<!-- This is required because the IUSR user account can't log into the Windows Error Log for some reasons -->
13
			<!-- see https://stackoverflow.com/a/16938687/488539 -->
17
			<!-- see https://stackoverflow.com/a/16938687/488539 -->
14
			<anonymousAuthentication userName="" />
18
			<anonymousAuthentication userName="" />