ImageUploadAssist——Config

  <system.serviceModel>
 <bindings>
          <webHttpBinding>
        <binding name="webHttpBinding_Image" receiveTimeout="00:30:00" sendTimeout="00:30:00" maxReceivedMessageSize="104857600" transferMode="Streamed">
          <readerQuotas maxStringContentLength="2147483647" maxArrayLength="2147483647"/>
          <security mode="None"></security>
        </binding>
      </webHttpBinding>
    </bindings>
    <services>
      <service behaviorConfiguration="ServiceBehavior" name="ImageUploadService.UploadImageService">
        <endpoint address=""  binding="webHttpBinding"
            bindingConfiguration="webHttpBinding_Image" contract="ImageUploadService.IUploadImageService" behaviorConfiguration="behavior_Image" >
        </endpoint>

      </service>
    </services>
  </system.serviceModel>

 

 

    <add key="sign_key" value="123456"/>
    <add key="UserImg_filePath" value="E:\MOTOWEBSITE\"/>

 

posted @ 2016-07-27 16:16  FH1004322  阅读(147)  评论(0)    收藏  举报