<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\"/>