markus / KCOM_API / Web.config @ 5639752b
이력 | 보기 | 이력해설 | 다운로드 (9.75 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 | 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"" |
54 | a1142a6b | taeseongkim | providerName="System.Data.EntityClient"/> |
55 | <add name="CIConnectionString" |
||
56 | 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"" |
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 | 3b938959 | taeseongkim | <!--<system.webServer> |
77 | --><!--<modules> |
||
78 | 66bd3240 | taeseongkim | <add name="SessionEndModule" type="Markus.AddressModule"/> |
79 | 3b938959 | taeseongkim | </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 | 3b938959 | taeseongkim | </system.webServer>--> |
88 | 684ef11c | ljiyeon | <system.serviceModel> |
89 | 3b938959 | taeseongkim | <!--<protocolMapping> |
90 | 5c64268e | taeseongkim | <remove scheme="http"/> |
91 | <add scheme="http" binding="basicHttpBinding" bindingConfiguration="LargeBuffer"/> |
||
92 | 3b938959 | taeseongkim | </protocolMapping>--> |
93 | <protocolMapping> |
||
94 | 5639752b | taeseongkim | <add scheme="http" binding="basicHttpBinding" bindingConfiguration="LargeBuffer"/> |
95 | 3b938959 | taeseongkim | <add scheme="https" binding="customBinding" bindingConfiguration="CustomHttpsBinding"/> |
96 | 5c64268e | taeseongkim | </protocolMapping> |
97 | <diagnostics wmiProviderEnabled="true" performanceCounters="All"> |
||
98 | <messageLogging logEntireMessage="true" logKnownPii="true" logMalformedMessages="true" logMessagesAtServiceLevel="true" logMessagesAtTransportLevel="true"/> |
||
99 | <endToEndTracing propagateActivity="true" activityTracing="true" messageFlowTracing="true"/> |
||
100 | </diagnostics> |
||
101 | <extensions> |
||
102 | 6a19b48d | taeseongkim | <bindingElementExtensions> |
103 | <add name="WcfExtension" |
||
104 | 5c64268e | taeseongkim | type="WcfExtensions.ServiceModel.Configuration.CompressionElement, WcfExtensions.ServiceModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/> |
105 | 6a19b48d | taeseongkim | </bindingElementExtensions> |
106 | </extensions> |
||
107 | a7bee7cf | taeseongkim | <!--<diagnostics wmiProviderEnabled="true" performanceCounters="Default"> |
108 | c8dd192f | taeseongkim | <messageLogging logEntireMessage="true" logMalformedMessages="true" |
109 | logMessagesAtTransportLevel="true" /> |
||
110 | <endToEndTracing activityTracing="true" messageFlowTracing="true" /> |
||
111 | a7bee7cf | taeseongkim | </diagnostics>--> |
112 | 6a19b48d | taeseongkim | <!--<diagnostics performanceCounters="Default"/>--> |
113 | 787a4489 | KangIngu | <behaviors> |
114 | c517099d | taeseongkim | <endpointBehaviors> |
115 | <behavior name="WebHttpBehavior"> |
||
116 | a1142a6b | taeseongkim | <webHttp helpEnabled="true" defaultBodyStyle="Wrapped" defaultOutgoingResponseFormat="Json"/> |
117 | c517099d | taeseongkim | </behavior> |
118 | </endpointBehaviors> |
||
119 | 787a4489 | KangIngu | <serviceBehaviors> |
120 | 3b938959 | taeseongkim | <behavior name="ServiceBehavior"> |
121 | a1142a6b | taeseongkim | <serviceMetadata httpGetEnabled="true" httpsGetEnabled="true"/> |
122 | 3b938959 | taeseongkim | <serviceDebug includeExceptionDetailInFaults="true"/> |
123 | <dataContractSerializer maxItemsInObjectGraph="2147483647"/> |
||
124 | <!--local https test용--> |
||
125 | <!--<serviceCredentials> |
||
126 | <clientCertificate> |
||
127 | <authentication certificateValidationMode="PeerOrChainTrust" trustedStoreLocation="LocalMachine"/> |
||
128 | </clientCertificate> |
||
129 | <serviceCertificate findValue="ServerCert" x509FindType="FindBySubjectName" storeLocation="LocalMachine" storeName="My"/> |
||
130 | </serviceCredentials>--> |
||
131 | 787a4489 | KangIngu | </behavior> |
132 | </serviceBehaviors> |
||
133 | </behaviors> |
||
134 | 3b938959 | taeseongkim | <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/> |
135 | 787a4489 | KangIngu | <bindings> |
136 | <basicHttpBinding> |
||
137 | 4fcb686a | taeseongkim | <binding name="LargeBuffer" closeTimeout="00:30:00" openTimeout="00:30:00" receiveTimeout="04:30:00" sendTimeout="04:30:00" maxBufferSize="2147483647" |
138 | c8dd192f | taeseongkim | maxReceivedMessageSize="2147483647"> |
139 | 4fcb686a | taeseongkim | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" |
140 | maxNameTableCharCount="2147483647"/> |
||
141 | 787a4489 | KangIngu | </binding> |
142 | </basicHttpBinding> |
||
143 | 5c64268e | taeseongkim | <customBinding> |
144 | 3b938959 | taeseongkim | <binding name="CustomHttpsBinding" closeTimeout="00:30:00" openTimeout="00:30:00" receiveTimeout="00:30:00" sendTimeout="00:30:00"> |
145 | <reliableSession/> |
||
146 | <httpsTransport maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" requestInitializationTimeout="00:30:00" maxBufferSize="2147483647"/> |
||
147 | 6a19b48d | taeseongkim | </binding> |
148 | </customBinding> |
||
149 | 787a4489 | KangIngu | </bindings> |
150 | <services> |
||
151 | 3b938959 | taeseongkim | <service behaviorConfiguration="ServiceBehavior" name="KCOM_API.ServiceDeepView"> |
152 | 6a19b48d | taeseongkim | <endpoint address="" binding="basicHttpBinding" bindingConfiguration="LargeBuffer" name="DeepViewPoint" contract="KCOM_API.ServiceDeepView"/> |
153 | 5639752b | taeseongkim | <!--<endpoint address="" binding="customBinding" bindingConfiguration="CustomHttpsBinding" name="HTTPSMarkusAPI" contract="KCOM_API.ServiceDeepView"/>--> |
154 | 4fcb686a | taeseongkim | <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> |
155 | 3b938959 | taeseongkim | <!--<host> |
156 | <baseAddresses> |
||
157 | <add baseAddress="https://localhost:44301/ServiceDeepView.svc"/> |
||
158 | </baseAddresses> |
||
159 | </host>--> |
||
160 | c517099d | taeseongkim | </service> |
161 | 3b938959 | taeseongkim | <service name="KCOM_API.MarkusService" behaviorConfiguration="ServiceBehavior"> |
162 | 4fcb686a | taeseongkim | <endpoint address="Rest" behaviorConfiguration="WebHttpBehavior" binding="webHttpBinding" bindingConfiguration="" name="MarkusServiceWebEndPoint" |
163 | contract="KCOM_API.MarkusService"/> |
||
164 | <endpoint binding="basicHttpBinding" bindingConfiguration="" name="MarkusServiceEndPoint" contract="KCOM_API.MarkusService"/> |
||
165 | 787a4489 | KangIngu | </service> |
166 | </services> |
||
167 | </system.serviceModel> |
||
168 | 6a19b48d | taeseongkim | <!--<system.webServer> |
169 | 787a4489 | KangIngu | <validation validateIntegratedModeConfiguration="false"/> |
170 | cf1cc862 | taeseongkim | <modules> |
171 | <add name="ServiceRedirector" type="KCOM_API.ServiceRedirector"/> |
||
172 | </modules> |
||
173 | 6a19b48d | taeseongkim | </system.webServer>--> |
174 | 2b1f30fe | taeseongkim | |
175 | 5c64268e | taeseongkim | <system.net> |
176 | <settings> |
||
177 | <httpListener> |
||
178 | <timeouts minSendBytesPerSecond="4294967295"/> |
||
179 | </httpListener> |
||
180 | </settings> |
||
181 | </system.net> |
||
182 | a874198d | humkyung | <applicationSettings> |
183 | <KCOM_API.Properties.Settings> |
||
184 | <setting name="TileSoucePath" serializeAs="String"> |
||
185 | 5639752b | taeseongkim | <value>https://localhost:44301/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
186 | a874198d | humkyung | </setting> |
187 | <setting name="TileSoucePath_SUB" serializeAs="String"> |
||
188 | 5639752b | taeseongkim | <value>https://localhost:44301/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
189 | a1142a6b | taeseongkim | </setting> |
190 | f2c3d74c | taeseongkim | <setting name="IsProjectNoPass" serializeAs="String"> |
191 | <value>True</value> |
||
192 | a874198d | humkyung | </setting> |
193 | 782ad7b1 | taeseongkim | <setting name="FinalService" serializeAs="String"> |
194 | 5639752b | taeseongkim | <value>tcp://localhost:9092/remFinalPDF</value> |
195 | 782ad7b1 | taeseongkim | </setting> |
196 | a874198d | humkyung | </KCOM_API.Properties.Settings> |
197 | </applicationSettings> |
||
198 | 684ef11c | ljiyeon | </configuration> |