개정판 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/Properties/Settings.settings | ||
---|---|---|
3 | 3 |
<Profiles /> |
4 | 4 |
<Settings> |
5 | 5 |
<Setting Name="TileSoucePath" Type="System.String" Scope="Application"> |
6 |
<Value Profile="(Default)">http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value>
|
|
6 |
<Value Profile="(Default)">http://10.11.252.3/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value>
|
|
7 | 7 |
</Setting> |
8 | 8 |
<Setting Name="TileSoucePath_SUB" Type="System.String" Scope="Application"> |
9 |
<Value Profile="(Default)">http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value> |
|
9 |
<Value Profile="(Default)">http://10.11.252.3/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value> |
|
10 |
</Setting> |
|
11 |
<Setting Name="IsProjectNoPass" Type="System.Boolean" Scope="Application"> |
|
12 |
<Value Profile="(Default)">True</Value> |
|
10 | 13 |
</Setting> |
11 | 14 |
</Settings> |
12 | 15 |
</SettingsFile> |
내보내기 Unified diff