markus / KCOM_API / Web.config @ 66bd3240
이력 | 보기 | 이력해설 | 다운로드 (9.07 KB)
1 | 787a4489 | KangIngu | <?xml version="1.0"?> |
---|---|---|---|
2 | <!-- |
||
3 | For more information on how to configure your ASP.NET application, please visit |
||
4 | https://go.microsoft.com/fwlink/?LinkId=169433 |
||
5 | --> |
||
6 | <configuration> |
||
7 | a874198d | humkyung | <configSections> |
8 | 4fcb686a | taeseongkim | <sectionGroup name="applicationSettings" |
9 | type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
||
10 | <section name="KCOM_API.Properties.Settings" |
||
11 | type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
||
12 | a874198d | humkyung | </sectionGroup> |
13 | </configSections> |
||
14 | 5c64268e | taeseongkim | <!--<system.diagnostics> |
15 | <sources> |
||
16 | <source name="System.ServiceModel.MessageLogging" switchValue="자세히,ActivityTracing"> |
||
17 | <listeners> |
||
18 | <add type="System.Diagnostics.DefaultTraceListener" name="Default"> |
||
19 | <filter type=""/> |
||
20 | </add> |
||
21 | <add name="ServiceModelMessageLoggingListener"> |
||
22 | <filter type=""/> |
||
23 | </add> |
||
24 | </listeners> |
||
25 | </source> |
||
26 | <source propagateActivity="true" name="System.ServiceModel" switchValue="자세히,ActivityTracing"> |
||
27 | <listeners> |
||
28 | <add type="System.Diagnostics.DefaultTraceListener" name="Default"> |
||
29 | <filter type=""/> |
||
30 | </add> |
||
31 | <add name="ServiceModelTraceListener"> |
||
32 | <filter type=""/> |
||
33 | </add> |
||
34 | </listeners> |
||
35 | </source> |
||
36 | </sources> |
||
37 | <sharedListeners> |
||
38 | <add initializeData="d:\source\repos\markus\kcom_api\web_messages.svclog" |
||
39 | type="System.Diagnostics.XmlWriterTraceListener, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" |
||
40 | name="ServiceModelMessageLoggingListener" traceOutputOptions="Timestamp"> |
||
41 | <filter type=""/> |
||
42 | </add> |
||
43 | <add initializeData="d:\source\repos\markus\kcom_api\web_tracelog.svclog" |
||
44 | type="System.Diagnostics.XmlWriterTraceListener, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" |
||
45 | name="ServiceModelTraceListener" traceOutputOptions="Timestamp"> |
||
46 | <filter type=""/> |
||
47 | </add> |
||
48 | </sharedListeners> |
||
49 | <trace autoflush="false"/> |
||
50 | </system.diagnostics>--> |
||
51 | ff01c725 | humkyung | <connectionStrings> |
52 | a1142a6b | taeseongkim | <add name="ConnectionString" |
53 | 1d79913e | taeseongkim | connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=192.168.0.67;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" |
54 | a1142a6b | taeseongkim | providerName="System.Data.EntityClient"/> |
55 | <add name="CIConnectionString" |
||
56 | 1d79913e | taeseongkim | connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=192.168.0.67;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" |
57 | a1142a6b | taeseongkim | providerName="System.Data.EntityClient"/> |
58 | ff01c725 | humkyung | </connectionStrings> |
59 | 684ef11c | ljiyeon | <!-- |
60 | web.config 변경 내용에 대한 설명은 http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오. |
||
61 | |||
62 | 다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다. |
||
63 | <system.Web> |
||
64 | <httpRuntime targetFramework="4.5" /> |
||
65 | </system.Web> |
||
66 | --> |
||
67 | 787a4489 | KangIngu | <system.web> |
68 | 6a19b48d | taeseongkim | <!--<httpRuntime executionTimeout="600"/>--> |
69 | a1142a6b | taeseongkim | <compilation targetFramework="4.5" debug="true"/> |
70 | 2b1f30fe | taeseongkim | <!--<pages controlRenderingCompatibilityVersion="4.0"/>--> |
71 | cf1cc862 | taeseongkim | <globalization requestEncoding="utf-8" responseEncoding="utf-8"/> |
72 | 6a19b48d | taeseongkim | <!--<httpModules> |
73 | cf1cc862 | taeseongkim | <add name="ServiceRedirector" type="KCOM_API.ServiceRedirector"/> |
74 | 6a19b48d | taeseongkim | </httpModules>--> |
75 | 787a4489 | KangIngu | </system.web> |
76 | 2b1f30fe | taeseongkim | <system.webServer> |
77 | 66bd3240 | taeseongkim | <!--<modules> |
78 | <add name="SessionEndModule" type="Markus.AddressModule"/> |
||
79 | </modules>--> |
||
80 | 2b1f30fe | taeseongkim | <handlers> |
81 | <add name="ImageHandler1" type="Markus.ImageHandler" verb="*" path="Authenticate"/> |
||
82 | <add name="ImageHandler2" type="Markus.ImageHandler" verb="*" path="*.png"/> |
||
83 | <add name="ImageHandler3" type="Markus.ImageHandler" verb="*" path="*.jpg"/> |
||
84 | <add name="ImageHandler4" type="Markus.ImageHandler" verb="*" path="*.pdf"/> |
||
85 | </handlers> |
||
86 | <validation validateIntegratedModeConfiguration="false"/> |
||
87 | </system.webServer> |
||
88 | 684ef11c | ljiyeon | <system.serviceModel> |
89 | 5c64268e | taeseongkim | <protocolMapping> |
90 | <remove scheme="http"/> |
||
91 | <add scheme="http" binding="basicHttpBinding" bindingConfiguration="LargeBuffer"/> |
||
92 | </protocolMapping> |
||
93 | <diagnostics wmiProviderEnabled="true" performanceCounters="All"> |
||
94 | <messageLogging logEntireMessage="true" logKnownPii="true" logMalformedMessages="true" logMessagesAtServiceLevel="true" logMessagesAtTransportLevel="true"/> |
||
95 | <endToEndTracing propagateActivity="true" activityTracing="true" messageFlowTracing="true"/> |
||
96 | </diagnostics> |
||
97 | <extensions> |
||
98 | 6a19b48d | taeseongkim | <bindingElementExtensions> |
99 | <add name="WcfExtension" |
||
100 | 5c64268e | taeseongkim | type="WcfExtensions.ServiceModel.Configuration.CompressionElement, WcfExtensions.ServiceModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/> |
101 | 6a19b48d | taeseongkim | </bindingElementExtensions> |
102 | </extensions> |
||
103 | a7bee7cf | taeseongkim | <!--<diagnostics wmiProviderEnabled="true" performanceCounters="Default"> |
104 | c8dd192f | taeseongkim | <messageLogging logEntireMessage="true" logMalformedMessages="true" |
105 | logMessagesAtTransportLevel="true" /> |
||
106 | <endToEndTracing activityTracing="true" messageFlowTracing="true" /> |
||
107 | a7bee7cf | taeseongkim | </diagnostics>--> |
108 | 6a19b48d | taeseongkim | <!--<diagnostics performanceCounters="Default"/>--> |
109 | 787a4489 | KangIngu | <behaviors> |
110 | c517099d | taeseongkim | <endpointBehaviors> |
111 | <behavior name="WebHttpBehavior"> |
||
112 | a1142a6b | taeseongkim | <webHttp helpEnabled="true" defaultBodyStyle="Wrapped" defaultOutgoingResponseFormat="Json"/> |
113 | c517099d | taeseongkim | </behavior> |
114 | </endpointBehaviors> |
||
115 | 787a4489 | KangIngu | <serviceBehaviors> |
116 | <behavior name="KCOM_API.SilverlightServiceBehavior"> |
||
117 | a1142a6b | taeseongkim | <serviceMetadata httpGetEnabled="true"/> |
118 | <serviceDebug includeExceptionDetailInFaults="false"/> |
||
119 | <dataContractSerializer maxItemsInObjectGraph="2147483647"/> |
||
120 | c517099d | taeseongkim | </behavior> |
121 | <behavior name=""> |
||
122 | a1142a6b | taeseongkim | <serviceMetadata httpGetEnabled="true" httpsGetEnabled="true"/> |
123 | <serviceDebug includeExceptionDetailInFaults="false"/> |
||
124 | 787a4489 | KangIngu | </behavior> |
125 | </serviceBehaviors> |
||
126 | </behaviors> |
||
127 | a1142a6b | taeseongkim | <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/> |
128 | 787a4489 | KangIngu | <bindings> |
129 | <basicHttpBinding> |
||
130 | 4fcb686a | taeseongkim | <binding name="LargeBuffer" closeTimeout="00:30:00" openTimeout="00:30:00" receiveTimeout="04:30:00" sendTimeout="04:30:00" maxBufferSize="2147483647" |
131 | c8dd192f | taeseongkim | maxReceivedMessageSize="2147483647"> |
132 | 4fcb686a | taeseongkim | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" |
133 | maxNameTableCharCount="2147483647"/> |
||
134 | 787a4489 | KangIngu | </binding> |
135 | </basicHttpBinding> |
||
136 | 5c64268e | taeseongkim | <customBinding> |
137 | 6a19b48d | taeseongkim | <binding name="customCompressionBinding"> |
138 | 5c64268e | taeseongkim | <WcfExtension level="Fast"/> |
139 | <httpTransport maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" requestInitializationTimeout="00:03:00" maxBufferSize="2147483647"/> |
||
140 | 6a19b48d | taeseongkim | </binding> |
141 | </customBinding> |
||
142 | 787a4489 | KangIngu | </bindings> |
143 | <services> |
||
144 | 4fcb686a | taeseongkim | <service behaviorConfiguration="KCOM_API.SilverlightServiceBehavior" name="KCOM_API.ServiceDeepView"> |
145 | 6a19b48d | taeseongkim | <endpoint address="" binding="basicHttpBinding" bindingConfiguration="LargeBuffer" name="DeepViewPoint" contract="KCOM_API.ServiceDeepView"/> |
146 | 5c64268e | taeseongkim | <endpoint address="GZIP" binding="customBinding" bindingConfiguration="customCompressionBinding" name="MarkusAPIgzip" |
147 | contract="KCOM_API.ServiceDeepView"/> |
||
148 | 4fcb686a | taeseongkim | <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> |
149 | c517099d | taeseongkim | </service> |
150 | <service name="KCOM_API.MarkusService"> |
||
151 | 4fcb686a | taeseongkim | <endpoint address="Rest" behaviorConfiguration="WebHttpBehavior" binding="webHttpBinding" bindingConfiguration="" name="MarkusServiceWebEndPoint" |
152 | contract="KCOM_API.MarkusService"/> |
||
153 | <endpoint binding="basicHttpBinding" bindingConfiguration="" name="MarkusServiceEndPoint" contract="KCOM_API.MarkusService"/> |
||
154 | 787a4489 | KangIngu | </service> |
155 | </services> |
||
156 | </system.serviceModel> |
||
157 | 6a19b48d | taeseongkim | <!--<system.webServer> |
158 | 787a4489 | KangIngu | <validation validateIntegratedModeConfiguration="false"/> |
159 | cf1cc862 | taeseongkim | <modules> |
160 | <add name="ServiceRedirector" type="KCOM_API.ServiceRedirector"/> |
||
161 | </modules> |
||
162 | 6a19b48d | taeseongkim | </system.webServer>--> |
163 | 2b1f30fe | taeseongkim | |
164 | 5c64268e | taeseongkim | <system.net> |
165 | <settings> |
||
166 | <httpListener> |
||
167 | <timeouts minSendBytesPerSecond="4294967295"/> |
||
168 | </httpListener> |
||
169 | </settings> |
||
170 | </system.net> |
||
171 | a874198d | humkyung | <applicationSettings> |
172 | <KCOM_API.Properties.Settings> |
||
173 | <setting name="TileSoucePath" serializeAs="String"> |
||
174 | d60f94ee | taeseongkim | <value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
175 | a874198d | humkyung | </setting> |
176 | <setting name="TileSoucePath_SUB" serializeAs="String"> |
||
177 | d60f94ee | taeseongkim | <value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
178 | a1142a6b | taeseongkim | </setting> |
179 | f2c3d74c | taeseongkim | <setting name="IsProjectNoPass" serializeAs="String"> |
180 | <value>True</value> |
||
181 | a874198d | humkyung | </setting> |
182 | 782ad7b1 | taeseongkim | <setting name="FinalService" serializeAs="String"> |
183 | 1d79913e | taeseongkim | <value>tcp://localhost:9092/remFinalPDF</value> |
184 | 782ad7b1 | taeseongkim | </setting> |
185 | a874198d | humkyung | </KCOM_API.Properties.Settings> |
186 | </applicationSettings> |
||
187 | 684ef11c | ljiyeon | </configuration> |