source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/Web.config@ 102

Last change on this file since 102 was 102, checked in by coas-nagasima, 9 years ago

使用しているオープンソースソフトウェアの情報を更新。

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain
File size: 725 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="index.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.