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