source: EcnlProtoTool/trunk/webapp/webmrbc/Web.config@ 270

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

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain
File size: 509 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 <staticContent>
13 <mimeMap fileExtension=".rb" mimeType="text/plain"/>
14 </staticContent>
15 </system.webServer>
16</configuration>
Note: See TracBrowser for help on using the repository browser.