markus / KCOM_API / Web.config @ 49a6d7c3
이력 | 보기 | 이력해설 | 다운로드 (9.88 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 | 058a4c0d | taeseongkim | |
14 | a874198d | humkyung | </configSections> |
15 | 058a4c0d | taeseongkim | |
16 | 5c64268e | taeseongkim | <!--<system.diagnostics> |
17 | <sources> |
||
18 | <source name="System.ServiceModel.MessageLogging" switchValue="자세히,ActivityTracing"> |
||
19 | <listeners> |
||
20 | <add type="System.Diagnostics.DefaultTraceListener" name="Default"> |
||
21 | <filter type=""/> |
||
22 | </add> |
||
23 | <add name="ServiceModelMessageLoggingListener"> |
||
24 | <filter type=""/> |
||
25 | </add> |
||
26 | </listeners> |
||
27 | </source> |
||
28 | <source propagateActivity="true" name="System.ServiceModel" switchValue="자세히,ActivityTracing"> |
||
29 | <listeners> |
||
30 | <add type="System.Diagnostics.DefaultTraceListener" name="Default"> |
||
31 | <filter type=""/> |
||
32 | </add> |
||
33 | <add name="ServiceModelTraceListener"> |
||
34 | <filter type=""/> |
||
35 | </add> |
||
36 | </listeners> |
||
37 | </source> |
||
38 | </sources> |
||
39 | <sharedListeners> |
||
40 | <add initializeData="d:\source\repos\markus\kcom_api\web_messages.svclog" |
||
41 | type="System.Diagnostics.XmlWriterTraceListener, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" |
||
42 | name="ServiceModelMessageLoggingListener" traceOutputOptions="Timestamp"> |
||
43 | <filter type=""/> |
||
44 | </add> |
||
45 | <add initializeData="d:\source\repos\markus\kcom_api\web_tracelog.svclog" |
||
46 | type="System.Diagnostics.XmlWriterTraceListener, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" |
||
47 | name="ServiceModelTraceListener" traceOutputOptions="Timestamp"> |
||
48 | <filter type=""/> |
||
49 | </add> |
||
50 | </sharedListeners> |
||
51 | <trace autoflush="false"/> |
||
52 | </system.diagnostics>--> |
||
53 | ff01c725 | humkyung | <connectionStrings> |
54 | a1142a6b | taeseongkim | <add name="ConnectionString" |
55 | 5639752b | 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"" |
56 | a1142a6b | taeseongkim | providerName="System.Data.EntityClient"/> |
57 | <add name="CIConnectionString" |
||
58 | 5639752b | 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"" |
59 | a1142a6b | taeseongkim | providerName="System.Data.EntityClient"/> |
60 | ff01c725 | humkyung | </connectionStrings> |
61 | 684ef11c | ljiyeon | <!-- |
62 | web.config 변경 내용에 대한 설명은 http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오. |
||
63 | |||
64 | 다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다. |
||
65 | <system.Web> |
||
66 | <httpRuntime targetFramework="4.5" /> |
||
67 | </system.Web> |
||
68 | --> |
||
69 | 787a4489 | KangIngu | <system.web> |
70 | 6a19b48d | taeseongkim | <!--<httpRuntime executionTimeout="600"/>--> |
71 | 854273c5 | 이지연 | <compilation targetFramework="4.5"/> |
72 | 2b1f30fe | taeseongkim | <!--<pages controlRenderingCompatibilityVersion="4.0"/>--> |
73 | cf1cc862 | taeseongkim | <globalization requestEncoding="utf-8" responseEncoding="utf-8"/> |
74 | 6a19b48d | taeseongkim | <!--<httpModules> |
75 | cf1cc862 | taeseongkim | <add name="ServiceRedirector" type="KCOM_API.ServiceRedirector"/> |
76 | 6a19b48d | taeseongkim | </httpModules>--> |
77 | 787a4489 | KangIngu | </system.web> |
78 | 3b938959 | taeseongkim | <!--<system.webServer> |
79 | --><!--<modules> |
||
80 | 66bd3240 | taeseongkim | <add name="SessionEndModule" type="Markus.AddressModule"/> |
81 | 3b938959 | taeseongkim | </modules>--><!-- |
82 | 2b1f30fe | taeseongkim | <handlers> |
83 | <add name="ImageHandler1" type="Markus.ImageHandler" verb="*" path="Authenticate"/> |
||
84 | <add name="ImageHandler2" type="Markus.ImageHandler" verb="*" path="*.png"/> |
||
85 | <add name="ImageHandler3" type="Markus.ImageHandler" verb="*" path="*.jpg"/> |
||
86 | <add name="ImageHandler4" type="Markus.ImageHandler" verb="*" path="*.pdf"/> |
||
87 | </handlers> |
||
88 | <validation validateIntegratedModeConfiguration="false"/> |
||
89 | 3b938959 | taeseongkim | </system.webServer>--> |
90 | 684ef11c | ljiyeon | <system.serviceModel> |
91 | 3b938959 | taeseongkim | <!--<protocolMapping> |
92 | 5c64268e | taeseongkim | <remove scheme="http"/> |
93 | <add scheme="http" binding="basicHttpBinding" bindingConfiguration="LargeBuffer"/> |
||
94 | 3b938959 | taeseongkim | </protocolMapping>--> |
95 | <protocolMapping> |
||
96 | 5639752b | taeseongkim | <add scheme="http" binding="basicHttpBinding" bindingConfiguration="LargeBuffer"/> |
97 | 3b938959 | taeseongkim | <add scheme="https" binding="customBinding" bindingConfiguration="CustomHttpsBinding"/> |
98 | 5c64268e | taeseongkim | </protocolMapping> |
99 | <diagnostics wmiProviderEnabled="true" performanceCounters="All"> |
||
100 | <messageLogging logEntireMessage="true" logKnownPii="true" logMalformedMessages="true" logMessagesAtServiceLevel="true" logMessagesAtTransportLevel="true"/> |
||
101 | <endToEndTracing propagateActivity="true" activityTracing="true" messageFlowTracing="true"/> |
||
102 | </diagnostics> |
||
103 | <extensions> |
||
104 | 6a19b48d | taeseongkim | <bindingElementExtensions> |
105 | <add name="WcfExtension" |
||
106 | 5c64268e | taeseongkim | type="WcfExtensions.ServiceModel.Configuration.CompressionElement, WcfExtensions.ServiceModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/> |
107 | 6a19b48d | taeseongkim | </bindingElementExtensions> |
108 | </extensions> |
||
109 | a7bee7cf | taeseongkim | <!--<diagnostics wmiProviderEnabled="true" performanceCounters="Default"> |
110 | c8dd192f | taeseongkim | <messageLogging logEntireMessage="true" logMalformedMessages="true" |
111 | logMessagesAtTransportLevel="true" /> |
||
112 | <endToEndTracing activityTracing="true" messageFlowTracing="true" /> |
||
113 | a7bee7cf | taeseongkim | </diagnostics>--> |
114 | 6a19b48d | taeseongkim | <!--<diagnostics performanceCounters="Default"/>--> |
115 | 787a4489 | KangIngu | <behaviors> |
116 | c517099d | taeseongkim | <endpointBehaviors> |
117 | <behavior name="WebHttpBehavior"> |
||
118 | a1142a6b | taeseongkim | <webHttp helpEnabled="true" defaultBodyStyle="Wrapped" defaultOutgoingResponseFormat="Json"/> |
119 | c517099d | taeseongkim | </behavior> |
120 | </endpointBehaviors> |
||
121 | 787a4489 | KangIngu | <serviceBehaviors> |
122 | 3b938959 | taeseongkim | <behavior name="ServiceBehavior"> |
123 | a1142a6b | taeseongkim | <serviceMetadata httpGetEnabled="true" httpsGetEnabled="true"/> |
124 | 3b938959 | taeseongkim | <serviceDebug includeExceptionDetailInFaults="true"/> |
125 | <dataContractSerializer maxItemsInObjectGraph="2147483647"/> |
||
126 | <!--local https test용--> |
||
127 | <!--<serviceCredentials> |
||
128 | <clientCertificate> |
||
129 | <authentication certificateValidationMode="PeerOrChainTrust" trustedStoreLocation="LocalMachine"/> |
||
130 | </clientCertificate> |
||
131 | <serviceCertificate findValue="ServerCert" x509FindType="FindBySubjectName" storeLocation="LocalMachine" storeName="My"/> |
||
132 | </serviceCredentials>--> |
||
133 | 787a4489 | KangIngu | </behavior> |
134 | </serviceBehaviors> |
||
135 | </behaviors> |
||
136 | 3b938959 | taeseongkim | <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/> |
137 | 787a4489 | KangIngu | <bindings> |
138 | <basicHttpBinding> |
||
139 | 4fcb686a | taeseongkim | <binding name="LargeBuffer" closeTimeout="00:30:00" openTimeout="00:30:00" receiveTimeout="04:30:00" sendTimeout="04:30:00" maxBufferSize="2147483647" |
140 | c8dd192f | taeseongkim | maxReceivedMessageSize="2147483647"> |
141 | 4fcb686a | taeseongkim | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" |
142 | maxNameTableCharCount="2147483647"/> |
||
143 | 787a4489 | KangIngu | </binding> |
144 | </basicHttpBinding> |
||
145 | 5c64268e | taeseongkim | <customBinding> |
146 | 3b938959 | taeseongkim | <binding name="CustomHttpsBinding" closeTimeout="00:30:00" openTimeout="00:30:00" receiveTimeout="00:30:00" sendTimeout="00:30:00"> |
147 | <reliableSession/> |
||
148 | <httpsTransport maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" requestInitializationTimeout="00:30:00" maxBufferSize="2147483647"/> |
||
149 | 6a19b48d | taeseongkim | </binding> |
150 | </customBinding> |
||
151 | 787a4489 | KangIngu | </bindings> |
152 | <services> |
||
153 | 3b938959 | taeseongkim | <service behaviorConfiguration="ServiceBehavior" name="KCOM_API.ServiceDeepView"> |
154 | 6a19b48d | taeseongkim | <endpoint address="" binding="basicHttpBinding" bindingConfiguration="LargeBuffer" name="DeepViewPoint" contract="KCOM_API.ServiceDeepView"/> |
155 | 5639752b | taeseongkim | <!--<endpoint address="" binding="customBinding" bindingConfiguration="CustomHttpsBinding" name="HTTPSMarkusAPI" contract="KCOM_API.ServiceDeepView"/>--> |
156 | 4fcb686a | taeseongkim | <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> |
157 | 3b938959 | taeseongkim | <!--<host> |
158 | <baseAddresses> |
||
159 | <add baseAddress="https://localhost:44301/ServiceDeepView.svc"/> |
||
160 | </baseAddresses> |
||
161 | </host>--> |
||
162 | c517099d | taeseongkim | </service> |
163 | 3b938959 | taeseongkim | <service name="KCOM_API.MarkusService" behaviorConfiguration="ServiceBehavior"> |
164 | 4fcb686a | taeseongkim | <endpoint address="Rest" behaviorConfiguration="WebHttpBehavior" binding="webHttpBinding" bindingConfiguration="" name="MarkusServiceWebEndPoint" |
165 | contract="KCOM_API.MarkusService"/> |
||
166 | <endpoint binding="basicHttpBinding" bindingConfiguration="" name="MarkusServiceEndPoint" contract="KCOM_API.MarkusService"/> |
||
167 | 787a4489 | KangIngu | </service> |
168 | </services> |
||
169 | </system.serviceModel> |
||
170 | 6a19b48d | taeseongkim | <!--<system.webServer> |
171 | 787a4489 | KangIngu | <validation validateIntegratedModeConfiguration="false"/> |
172 | cf1cc862 | taeseongkim | <modules> |
173 | <add name="ServiceRedirector" type="KCOM_API.ServiceRedirector"/> |
||
174 | </modules> |
||
175 | 6a19b48d | taeseongkim | </system.webServer>--> |
176 | 2b1f30fe | taeseongkim | |
177 | 5c64268e | taeseongkim | <system.net> |
178 | <settings> |
||
179 | <httpListener> |
||
180 | <timeouts minSendBytesPerSecond="4294967295"/> |
||
181 | </httpListener> |
||
182 | </settings> |
||
183 | </system.net> |
||
184 | a874198d | humkyung | <applicationSettings> |
185 | <KCOM_API.Properties.Settings> |
||
186 | 058a4c0d | taeseongkim | <setting name="CovnertService" serializeAs="String"> |
187 | <value>http://localhost:9101/StationService</value> |
||
188 | </setting> |
||
189 | a874198d | humkyung | <setting name="TileSoucePath" serializeAs="String"> |
190 | 5639752b | taeseongkim | <value>https://localhost:44301/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
191 | a874198d | humkyung | </setting> |
192 | <setting name="TileSoucePath_SUB" serializeAs="String"> |
||
193 | 5639752b | taeseongkim | <value>https://localhost:44301/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
194 | a1142a6b | taeseongkim | </setting> |
195 | f2c3d74c | taeseongkim | <setting name="IsProjectNoPass" serializeAs="String"> |
196 | <value>True</value> |
||
197 | a874198d | humkyung | </setting> |
198 | 782ad7b1 | taeseongkim | <setting name="FinalService" serializeAs="String"> |
199 | 7e810f54 | taeseongkim | <value>tcp://localhost:7707/remFinalPDF</value> |
200 | 782ad7b1 | taeseongkim | </setting> |
201 | a874198d | humkyung | </KCOM_API.Properties.Settings> |
202 | </applicationSettings> |
||
203 | 684ef11c | ljiyeon | </configuration> |