markus / MarkusAutoUpdate / AppCastHostingTest / Web.config @ a1e2ba68
이력 | 보기 | 이력해설 | 다운로드 (1.17 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
|
3 |
<!-- |
4 |
ASP.NET 애플리케이션을 구성하는 방법에 대한 자세한 내용은 다음을 참조하세요. |
5 |
https://go.microsoft.com/fwlink/?LinkId=169433 |
6 |
--> |
7 |
<configuration> |
8 |
<system.web> |
9 |
<compilation debug="true" targetFramework="4.6.1"/> |
10 |
<httpRuntime targetFramework="4.6.1"/> |
11 |
</system.web> |
12 |
<system.codedom> |
13 |
<compilers> |
14 |
<compiler language="c#;cs;csharp" extension=".cs" |
15 |
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" |
16 |
warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701"/> |
17 |
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" |
18 |
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" |
19 |
warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+"/> |
20 |
</compilers> |
21 |
</system.codedom> |
22 |
|
23 |
</configuration> |