markus / KCOM_API / Web.config @ 216c826b
이력 | 보기 | 이력해설 | 다운로드 (5.4 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 | 684ef11c | ljiyeon | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
9 | <section name="KCOM_API.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
||
10 | a874198d | humkyung | </sectionGroup> |
11 | </configSections> |
||
12 | ff01c725 | humkyung | <connectionStrings> |
13 | 216c826b | taeseongkim | <!--효성 Connection String--> |
14 | a1142a6b | taeseongkim | <add name="ConnectionString" |
15 | 216c826b | 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=10.11.252.2,9875;initial catalog=markus;persist security info=True;user id=ProjectPortalDBConn;password=ProjectPortalDBConn;multipleactiveresultsets=True;App=EntityFramework"" |
16 | a1142a6b | taeseongkim | providerName="System.Data.EntityClient"/> |
17 | <add name="CIConnectionString" |
||
18 | 216c826b | 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=10.11.252.2,9875;initial catalog=markus;persist security info=True;user id=ProjectPortalDBConn;password=ProjectPortalDBConn;multipleactiveresultsets=True;App=EntityFramework"" |
19 | a1142a6b | taeseongkim | providerName="System.Data.EntityClient"/> |
20 | ff01c725 | humkyung | </connectionStrings> |
21 | 684ef11c | ljiyeon | <!-- |
22 | web.config 변경 내용에 대한 설명은 http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오. |
||
23 | |||
24 | 다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다. |
||
25 | <system.Web> |
||
26 | <httpRuntime targetFramework="4.5" /> |
||
27 | </system.Web> |
||
28 | --> |
||
29 | 787a4489 | KangIngu | <system.web> |
30 | a1142a6b | taeseongkim | <compilation targetFramework="4.5" debug="true"/> |
31 | 787a4489 | KangIngu | <pages controlRenderingCompatibilityVersion="4.0"/> |
32 | c206d293 | taeseongkim | <globalization |
33 | requestEncoding="utf-8" |
||
34 | responseEncoding="utf-8" |
||
35 | /> |
||
36 | 787a4489 | KangIngu | </system.web> |
37 | 684ef11c | ljiyeon | <system.serviceModel> |
38 | ff01c725 | humkyung | <diagnostics wmiProviderEnabled="true"> |
39 | a1142a6b | taeseongkim | <messageLogging logEntireMessage="true" logMalformedMessages="true" logMessagesAtTransportLevel="true"/> |
40 | <endToEndTracing activityTracing="true" messageFlowTracing="true"/> |
||
41 | ff01c725 | humkyung | </diagnostics> |
42 | 787a4489 | KangIngu | <behaviors> |
43 | c517099d | taeseongkim | <endpointBehaviors> |
44 | <behavior name="WebHttpBehavior"> |
||
45 | a1142a6b | taeseongkim | <webHttp helpEnabled="true" defaultBodyStyle="Wrapped" defaultOutgoingResponseFormat="Json"/> |
46 | c517099d | taeseongkim | </behavior> |
47 | </endpointBehaviors> |
||
48 | 787a4489 | KangIngu | <serviceBehaviors> |
49 | <behavior name="KCOM_API.SilverlightServiceBehavior"> |
||
50 | a1142a6b | taeseongkim | <serviceMetadata httpGetEnabled="true"/> |
51 | <serviceDebug includeExceptionDetailInFaults="false"/> |
||
52 | <dataContractSerializer maxItemsInObjectGraph="2147483647"/> |
||
53 | c517099d | taeseongkim | </behavior> |
54 | <behavior name=""> |
||
55 | a1142a6b | taeseongkim | <serviceMetadata httpGetEnabled="true" httpsGetEnabled="true"/> |
56 | <serviceDebug includeExceptionDetailInFaults="false"/> |
||
57 | 787a4489 | KangIngu | </behavior> |
58 | </serviceBehaviors> |
||
59 | </behaviors> |
||
60 | a1142a6b | taeseongkim | <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/> |
61 | 787a4489 | KangIngu | <bindings> |
62 | <basicHttpBinding> |
||
63 | 684ef11c | ljiyeon | <binding name="LargeBuffer" receiveTimeout="04:30:00" openTimeout="00:30:00" sendTimeout="04:30:00" closeTimeout="00:30:00" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> |
64 | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/> |
||
65 | 787a4489 | KangIngu | </binding> |
66 | </basicHttpBinding> |
||
67 | </bindings> |
||
68 | <services> |
||
69 | a1142a6b | taeseongkim | <service behaviorConfiguration="KCOM_API.SilverlightServiceBehavior" name="KCOM_API.ServiceDeepView"> |
70 | <endpoint address="" binding="basicHttpBinding" bindingConfiguration="LargeBuffer" name="DeepViewPoint" contract="KCOM_API.ServiceDeepView"> |
||
71 | 787a4489 | KangIngu | <identity> |
72 | a1142a6b | taeseongkim | <dns value="localhost"/> |
73 | 787a4489 | KangIngu | </identity> |
74 | </endpoint> |
||
75 | a1142a6b | taeseongkim | <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> |
76 | c517099d | taeseongkim | </service> |
77 | <service name="KCOM_API.MarkusService"> |
||
78 | a1142a6b | taeseongkim | <endpoint address="Rest" behaviorConfiguration="WebHttpBehavior" binding="webHttpBinding" bindingConfiguration="" name="MarkusServiceWebEndPoint" contract="KCOM_API.MarkusService"/> |
79 | <endpoint binding="basicHttpBinding" bindingConfiguration="" name="MarkusServiceEndPoint" contract="KCOM_API.MarkusService"/> |
||
80 | 787a4489 | KangIngu | </service> |
81 | </services> |
||
82 | </system.serviceModel> |
||
83 | <system.webServer> |
||
84 | <validation validateIntegratedModeConfiguration="false"/> |
||
85 | </system.webServer> |
||
86 | a874198d | humkyung | <applicationSettings> |
87 | <KCOM_API.Properties.Settings> |
||
88 | <setting name="TileSoucePath" serializeAs="String"> |
||
89 | 216c826b | taeseongkim | <value>http://10.11.252.3:8975/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
90 | a874198d | humkyung | </setting> |
91 | <setting name="TileSoucePath_SUB" serializeAs="String"> |
||
92 | 216c826b | taeseongkim | <value>http://10.11.252.3:8975/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
93 | a1142a6b | taeseongkim | </setting> |
94 | f2c3d74c | taeseongkim | <setting name="IsProjectNoPass" serializeAs="String"> |
95 | <value>True</value> |
||
96 | a874198d | humkyung | </setting> |
97 | 782ad7b1 | taeseongkim | <setting name="FinalService" serializeAs="String"> |
98 | 75f6ff19 | taeseongkim | <value>tcp://localhost:9092/remFinalPDF</value> |
99 | 782ad7b1 | taeseongkim | </setting> |
100 | a874198d | humkyung | </KCOM_API.Properties.Settings> |
101 | </applicationSettings> |
||
102 | 684ef11c | ljiyeon | </configuration> |