프로젝트

일반

사용자정보

개정판 a2c29ea2

IDa2c29ea27153596cf42a39b1b97f7f87b51b0e1c
상위 fd452a01
하위 301568ad

임예철이(가) 9달 전에 추가함

프로젝트파일 커밋

Change-Id: I4cfd04bdf2c507b5b6a5a36020f4e846c16223aa

차이점 보기:

FileUploadWevService/FileUpload.asmx.cs
11 11
using System.Linq;
12 12
using System.Text;
13 13
using System.Web;
14
using System.Web.Configuration;
14 15
using System.Web.Services;
15 16

  
16 17
namespace FileUploadWevService
......
114 115
                    directoryInfo_.Create();
115 116
                }
116 117

  
117
                if (!ImageUploadWebService.Properties.Settings.Default.IsSaveSVG)
118
                var vWebConfig = WebConfigurationManager.AppSettings[0];
119
                if (true)//!ImageUploadWebService.Properties.Settings.Default.IsSaveSVG)
118 120
                {
119 121
                    MemoryStream ms = new MemoryStream(f);
120 122
                    FileStream fs = new FileStream(directoryInfo_ + @"\" + FileName, FileMode.Create);
KCOM/KCOM.csproj
1287 1287
      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
1288 1288
      <CachedSettingsPropName>KCOM_Get_FinalImage_Get_PdfImage</CachedSettingsPropName>
1289 1289
    </WebReferenceUrl>
1290
    <WebReferenceUrl Include="http://localhost:44301/ImageUpload/FileUpload.asmx">
1290
    <WebReferenceUrl Include="https://localhost:44393/FileUpload.asmx">
1291 1291
      <UrlBehavior>Dynamic</UrlBehavior>
1292 1292
      <RelPath>Web References\kr.co.devdoftech.cloud\</RelPath>
1293
      <UpdateFromURL>http://localhost:44301/ImageUpload/FileUpload.asmx</UpdateFromURL>
1293
      <UpdateFromURL>https://localhost:44393/FileUpload.asmx</UpdateFromURL>
1294 1294
      <ServiceLocationURL>
1295 1295
      </ServiceLocationURL>
1296 1296
      <CachedDynamicPropName>
KCOM/Properties/Settings.Designer.cs
12 12
    
13 13
    
14 14
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
15
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")]
16 16
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
17 17
        
18 18
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
......
38 38
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
39 39
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
40 40
        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
41
        [global::System.Configuration.DefaultSettingValueAttribute("http://localhost:44301/ImageUpload/FileUpload.asmx")]
42
        public string KCOM_kr_co_devdoftech_cloud_FileUpload {
43
            get {
44
                return ((string)(this["KCOM_kr_co_devdoftech_cloud_FileUpload"]));
45
            }
46
        }
47
        
48
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
49
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
50
        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
51 41
        [global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx")]
52 42
        public string KCOM_Get_FinalImage_Get_PdfImage {
53 43
            get {
......
285 275
                this["GemBoxLicense"] = value;
286 276
            }
287 277
        }
278
        
279
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
280
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
281
        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
282
        [global::System.Configuration.DefaultSettingValueAttribute("https://localhost:44393/FileUpload.asmx")]
283
        public string KCOM_kr_co_devdoftech_cloud_FileUpload {
284
            get {
285
                return ((string)(this["KCOM_kr_co_devdoftech_cloud_FileUpload"]));
286
            }
287
        }
288 288
    }
289 289
}
KCOM/app.config
131 131
  </system.serviceModel>
132 132
  <applicationSettings>
133 133
    <KCOM.Properties.Settings>
134
      <setting name="KCOM_kr_co_devdoftech_cloud_FileUpload" serializeAs="String">
135
        <value>http://localhost:44301/ImageUpload/FileUpload.asmx</value>
136
      </setting>
137 134
      <setting name="KCOM_Get_FinalImage_Get_PdfImage" serializeAs="String">
138 135
        <value>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</value>
139 136
      </setting>
......
158 155
      <setting name="obfuscar" serializeAs="String">
159 156
        <value>..\packages\Obfuscar.2.2.23\tools\Obfuscar.Console.exe</value>
160 157
      </setting>
158
      <setting name="KCOM_kr_co_devdoftech_cloud_FileUpload" serializeAs="String">
159
        <value>https://localhost:44393/FileUpload.asmx</value>
160
      </setting>
161 161
    </KCOM.Properties.Settings>
162 162
  </applicationSettings>
163 163
  <!--<entityFramework>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)