Last change
on this file since 101 was 101, checked in by coas-nagasima, 8 years ago |
TOPPERS/uKadecotのソースコードを追加
|
-
Property svn:eol-style
set to
native
-
Property svn:mime-type
set to
text/plain
|
File size:
730 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!--
|
---|
3 | ASP.NET アプリケーションの構成方法の詳細については、
|
---|
4 | http://go.microsoft.com/fwlink/?LinkId=169433 を参照してください
|
---|
5 | -->
|
---|
6 | <configuration>
|
---|
7 | <system.web>
|
---|
8 | <compilation debug="true" targetFramework="4.5" />
|
---|
9 | <httpRuntime targetFramework="4.5" />
|
---|
10 | </system.web>
|
---|
11 | <system.webServer>
|
---|
12 | <defaultDocument enabled="true">
|
---|
13 | <files>
|
---|
14 | <clear/>
|
---|
15 | <add value="controller.html"/>
|
---|
16 | </files>
|
---|
17 | </defaultDocument>
|
---|
18 | <staticContent>
|
---|
19 | <mimeMap fileExtension=".json" mimeType="application/json"/>
|
---|
20 | <mimeMap fileExtension=".cfg" mimeType="text/plain"/>
|
---|
21 | </staticContent>
|
---|
22 | </system.webServer>
|
---|
23 | </configuration>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.