Click here to Skip to main content
16,016,537 members

Comments by rakeshpatil1234 (Top 8 by date)

rakeshpatil1234 13-Dec-14 2:01am View    
my config setting, any thing wrong or need to change?

|system.servicemodel|
|servicehostingenvironment multiplesitebindingsenabled="true"||/servicehostingenvironment|
|bindings|
|basichttpbinding|
|binding name="basic"|
|security mode="None"|
|/security|
|/binding|
|/basichttpbinding|
|webhttpbinding|
|binding name="StreamedRequestWebBinding" bypassproxyonlocal="true" usedefaultwebproxy="false" hostnamecomparisonmode="WeakWildcard" sendtimeout="10:15:00" opentimeout="10:15:00" receivetimeout="10:15:00" maxreceivedmessagesize="9223372036854775807" maxbuffersize="922337203" maxbufferpoolsize="9223372036854775807" transfermode="StreamedRequest"|
|readerquotas maxarraylength="2147483647" maxstringcontentlength="2147483647"||/readerquotas|
|/binding|
|/webhttpbinding|
|/bindings|
|services|
|service name="Service.Service" behaviorconfiguration="ServiceBehaviour"|
|endpoint address="" behaviorconfiguration="web" binding="webHttpBinding" bindingconfiguration="StreamedRequestWebBinding" contract="Service.IService"||/endpoint|
|/service|
|/services|
|behaviors|
|servicebehaviors|
|behavior name="ServiceBehaviour"|
|servicemetadata httpgetenabled="true"||/servicemetadata|
|servicedebug includeexceptiondetailinfaults="true"||/servicedebug|
|/behavior|
|/servicebehaviors|
|endpointbehaviors|
|behavior name="AjaxBehavior"|
|enablewebscript||/enablewebscript|
|/behavior|
|behavior name="web"|
|webhttp||/webhttp|
|/behavior|
|/endpointbehaviors|
|/behaviors|
|/system.servicemodel|
rakeshpatil1234 13-Dec-14 1:56am View    
Deleted
my config setting

<system.servicemodel>
<servicehostingenvironment multiplesitebindingsenabled="true">
<bindings>
<basichttpbinding>
<binding name="basic">
<security mode="None">



<webhttpbinding>
<binding name="StreamedRequestWebBinding" bypassproxyonlocal="true" usedefaultwebproxy="false" hostnamecomparisonmode="WeakWildcard" sendtimeout="10:15:00" opentimeout="10:15:00" receivetimeout="10:15:00" maxreceivedmessagesize="9223372036854775807" maxbuffersize="922337203" maxbufferpoolsize="9223372036854775807" transfermode="StreamedRequest">
<readerquotas maxarraylength="2147483647" maxstringcontentlength="2147483647">



<services>
<service name="Service.Service" behaviorconfiguration="ServiceBehaviour">
<endpoint address="" behaviorconfiguration="web" binding="webHttpBinding" bindingconfiguration="StreamedRequestWebBinding" contract="Service.IService">


<behaviors>
<servicebehaviors>
<behavior name="ServiceBehaviour">
<servicemetadata httpgetenabled="true">
<servicedebug includeexceptiondetailinfaults="true">


<endpointbehaviors>
<behavior name="AjaxBehavior">
<enablewebscript>

<behavior name="web">
<webhttp>



rakeshpatil1234 12-Dec-14 6:30am View    
Deleted
my config setting

<webhttpbinding>
<binding name="StreamedRequestWebBinding" bypassproxyonlocal="true" usedefaultwebproxy="false" hostnamecomparisonmode="WeakWildcard" sendtimeout="10:15:00" opentimeout="10:15:00" receivetimeout="10:15:00" maxreceivedmessagesize="9223372036854775807" maxbuffersize="922337203" maxbufferpoolsize="9223372036854775807" transfermode="StreamedRequest">
<readerquotas maxarraylength="2147483647" maxstringcontentlength="2147483647">



<services>
<service name="Service.Service" behaviorconfiguration="ServiceBehaviour">
<endpoint address="" behaviorconfiguration="web" binding="webHttpBinding" bindingconfiguration="StreamedRequestWebBinding" contract="Service.IService">


<behaviors>
<servicebehaviors>
<behavior name="ServiceBehaviour">
<servicemetadata httpgetenabled="true">
<servicedebug includeexceptiondetailinfaults="true">


<endpointbehaviors>
<behavior name="AjaxBehavior">
<enablewebscript>

<behavior name="web">
<webhttp>


rakeshpatil1234 16-Jun-11 2:09am View    
thanks for help
but still same error....
it works on my local server but when i upload on client server then this error is occurred
rakeshpatil1234 17-Mar-11 7:34am View    
i do applay javascript onchange event on text box and deformate string but before that slider event is call so i fail to call
can you give some sort of code for me.

thanks for replay