markus / ConvertService / ServiceBase / StationRestTest / Web.config @ master
이력 | 보기 | 이력해설 | 다운로드 (1.42 KB)
1 |
<?xml version="1.0"?> |
---|---|
2 |
<!-- |
3 |
ASP.NET 응용 프로그램을 구성하는 방법에 대한 자세한 내용은 다음을 참조하세요. |
4 |
https://go.microsoft.com/fwlink/?LinkId=169433 |
5 |
--> |
6 |
<configuration> |
7 |
<!-- |
8 |
web.config 변경 내용에 대한 설명은 http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오. |
9 |
|
10 |
다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다. |
11 |
<system.Web> |
12 |
<httpRuntime targetFramework="4.6.1" /> |
13 |
</system.Web> |
14 |
--> |
15 |
<system.web> |
16 |
<compilation debug="true" targetFramework="4.6.1" /> |
17 |
<httpRuntime targetFramework="4.5" /> |
18 |
</system.web> |
19 |
<system.codedom> |
20 |
<compilers> |
21 |
<compiler extension=".cs" language="c#;cs;csharp" warningLevel="4" compilerOptions="/langversion:7.0 /nowarn:1659;1699;1701;612;618" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> |
22 |
<compiler extension=".vb" language="vb;vbs;visualbasic;vbscript" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008,40000,40008 /define:_MYTYPE=\"Web\" /optionInfer+" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> |
23 |
</compilers> |
24 |
</system.codedom> |
25 |
</configuration> |