markus / ConvertService / ServiceBase / StationRestTest / Web.config @ master
이력 | 보기 | 이력해설 | 다운로드 (1.42 KB)
1 | 65674874 | taeseongkim | <?xml version="1.0"?> |
---|---|---|---|
2 | b2629465 | taeseongkim | <!-- |
3 | ASP.NET 응용 프로그램을 구성하는 방법에 대한 자세한 내용은 다음을 참조하세요. |
||
4 | https://go.microsoft.com/fwlink/?LinkId=169433 |
||
5 | --> |
||
6 | <configuration> |
||
7 | a5e5fff6 | taeseongkim | <!-- |
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 | 43e1d368 | taeseongkim | <system.web> |
16 | 65674874 | taeseongkim | <compilation debug="true" targetFramework="4.6.1" /> |
17 | <httpRuntime targetFramework="4.5" /> |
||
18 | 43e1d368 | taeseongkim | </system.web> |
19 | <system.codedom> |
||
20 | <compilers> |
||
21 | 65674874 | taeseongkim | <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 | 43e1d368 | taeseongkim | </compilers> |
24 | </system.codedom> |
||
25 | </configuration> |