Click here to Skip to main content
15,899,634 members

Comments by Patha Ashish (Top 10 by date)

Patha Ashish 12-Apr-12 11:02am View    
ya i have tried increasing the time out but did not worked..........i am trying to upload 1mb file at present but still did not work...
Patha Ashish 12-Apr-12 11:00am View    
I have already seen thia earlier..but did not worked
Patha Ashish 12-Apr-12 10:47am View    
i have already kept in my config file........still not working...
Patha Ashish 12-Apr-12 10:46am View    
Deleted
Here is my config file...

<system.web>
<httpruntime maxrequestlength="2097151" usefullyqualifiedredirecturl="true" executiontimeout="14400">
<compilation debug="true" targetframework="4.0">

<system.servicemodel>
<behaviors>
<servicebehaviors>
<behavior>
<!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment -->
<servicemetadata httpgetenabled="true">
<!-- To receive exception details in faults for debugging purposes, set the value below to true. Set to false before deployment to avoid disclosing exception information -->
<servicedebug includeexceptiondetailinfaults="false">



<bindings>
<basichttpbinding>
<binding name="TransferService" maxreceivedmessagesize="2147483647" maxbuffersize="2147483647" transfermode="Buffered">
<readerquotas maxdepth="2147483647" maxstringcontentlength="2147483647" maxarraylength="2147483647" maxbytesperread="2147483647" maxnametablecharcount="2147483647">
<security mode="None">





<servicehostingenvironment multiplesitebindingsenabled="true">

<system.webserver>
<security>
<requestfiltering>
<requestlimits maxallowedcontentlength="2000000000">


<modules runallmanagedmodulesforallrequests="true">

Patha Ashish 12-Apr-12 10:45am View    
Deleted
here is mu config file..below


<configuration>

<system.web>
<httpruntime maxrequestlength="2097151" usefullyqualifiedredirecturl="true" executiontimeout="14400">
<compilation debug="true" targetframework="4.0">

<system.servicemodel>
<behaviors>
<servicebehaviors>
<behavior>
<!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment -->
<servicemetadata httpgetenabled="true">
<!-- To receive exception details in faults for debugging purposes, set the value below to true. Set to false before deployment to avoid disclosing exception information -->
<servicedebug includeexceptiondetailinfaults="false">



<bindings>
<basichttpbinding>
<binding name="TransferService" maxreceivedmessagesize="2147483647" maxbuffersize="2147483647" transfermode="Buffered">
<readerquotas maxdepth="2147483647" maxstringcontentlength="2147483647" maxarraylength="2147483647" maxbytesperread="2147483647" maxnametablecharcount="2147483647">
<security mode="None">





<servicehostingenvironment multiplesitebindingsenabled="true">

<system.webserver>
<security>
<requestfiltering>
<requestlimits maxallowedcontentlength="2000000000">


<modules runallmanagedmodulesforallrequests="true">