개정판 a1142a6b
#00000 Debug에서 DevDoftech/Hyosung를 병행하여 Debug하도록 수정
- Web.config/Web.Debug.config/Web.Debug_DevDoftech.config/Web.Debug_HyoSung.config
- 솔루션 구성을 선택하여 각각 Debug
- Kcom_api에서 사용자 정보를 MS SQL 쿼리로 가져와서 사용하도록 수정( EF의 오류 방지)
Change-Id: I7c64e3f99a18dd29d91036a99604401f24c469d8
KCOM_API/Web.Debug.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
|
|
3 |
<!-- For more information on using web.config transformation visit https://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
4 |
|
|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
3 |
<!-- In case configuration is not the root element, replace it with root element in source configuration file --> |
|
5 | 4 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
6 |
<!-- |
|
7 |
In the example below, the "SetAttributes" transform will change the value of |
|
8 |
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator |
|
9 |
finds an attribute "name" that has a value of "MyDB". |
|
10 |
|
|
11 |
<connectionStrings> |
|
12 |
<add name="MyDB" |
|
13 |
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" |
|
14 |
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/> |
|
15 |
</connectionStrings> |
|
16 |
--> |
|
17 |
<system.web> |
|
18 |
<!-- |
|
19 |
In the example below, the "Replace" transform will replace the entire |
|
20 |
<customErrors> section of your web.config file. |
|
21 |
Note that because there is only one customErrors section under the |
|
22 |
<system.web> node, there is no need to use the "xdt:Locator" attribute. |
|
23 |
|
|
24 |
<customErrors defaultRedirect="GenericError.htm" |
|
25 |
mode="RemoteOnly" xdt:Transform="Replace"> |
|
26 |
<error statusCode="500" redirect="InternalError.htm"/> |
|
27 |
</customErrors> |
|
28 |
--> |
|
29 |
</system.web> |
|
5 |
<connectionStrings xdt:Transform="Replace"> |
|
6 |
<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" |
|
7 |
xdt:Locator="Match(name)" xdt:Transform="SetAttributes"/> |
|
8 |
<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" |
|
9 |
xdt:Locator="Match(name)" xdt:Transform="SetAttributes"/> |
|
10 |
</connectionStrings> |
|
11 |
<applicationSettings xdt:Transform="Replace"> |
|
12 |
<KCOM_API.Properties.Settings> |
|
13 |
<setting name="TileSoucePath" serializeAs="String"> |
|
14 |
<value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
|
15 |
</setting> |
|
16 |
<setting name="TileSoucePath_SUB" serializeAs="String"> |
|
17 |
<value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
|
18 |
</setting> |
|
19 |
<setting name="IsProjectNoPass" serializeAs="String"> |
|
20 |
<value>True</value> |
|
21 |
</setting> |
|
22 |
</KCOM_API.Properties.Settings> |
|
23 |
</applicationSettings> |
|
30 | 24 |
</configuration> |
내보내기 Unified diff