개정판 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.Designer.cs | ||
---|---|---|
25 | 25 |
|
26 | 26 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
27 | 27 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
28 |
[global::System.Configuration.DefaultSettingValueAttribute("http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
28 |
[global::System.Configuration.DefaultSettingValueAttribute("http://10.11.252.3/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
29 | 29 |
public string TileSoucePath { |
30 | 30 |
get { |
31 | 31 |
return ((string)(this["TileSoucePath"])); |
... | ... | |
34 | 34 |
|
35 | 35 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
36 | 36 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
37 |
[global::System.Configuration.DefaultSettingValueAttribute("http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
37 |
[global::System.Configuration.DefaultSettingValueAttribute("http://10.11.252.3/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
38 | 38 |
public string TileSoucePath_SUB { |
39 | 39 |
get { |
40 | 40 |
return ((string)(this["TileSoucePath_SUB"])); |
41 | 41 |
} |
42 | 42 |
} |
43 |
|
|
44 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
|
45 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
46 |
[global::System.Configuration.DefaultSettingValueAttribute("True")] |
|
47 |
public bool IsProjectNoPass { |
|
48 |
get { |
|
49 |
return ((bool)(this["IsProjectNoPass"])); |
|
50 |
} |
|
51 |
} |
|
43 | 52 |
} |
44 | 53 |
} |
내보내기 Unified diff