Удаленный сервер вернул неожиданный ответ: (413) объект запроса слишком велик.
при загрузке файла размером 98 Мб в службу wcf я получаю следующую ошибку
Цитата:
Удаленный сервер вернул неожиданный ответ: (413) объект запроса слишком велик.веб.конфиг
<pre>-<system.serviceModel> <serviceHostingEnvironment aspNetCompatibilityEnabled="true"/> -<services> -<service behaviorConfiguration="WcfService1.Service1Behavior" name="MyFileServer.Service1"> -<endpoint contract="MyFileServer.IService1" bindingConfiguration="TransactionalBind" binding="wsHttpBinding" address=""> -<identity> <dns value="localhost"/> </identity> </endpoint> <endpoint contract="IMetadataExchange" binding="mexHttpBinding" address="mex"/> </service> </services> -<bindings> -<wsHttpBinding> -<binding name="TransactionalBind" maxReceivedMessageSize="2147483647" maxBufferPoolSize="2147483647" transactionFlow="true"> <readerQuotas maxNameTableCharCount="2147483647" maxBytesPerRead="2147483647" maxArrayLength="2147483647" maxStringContentLength="2147483647" maxDepth="2147483647"/> <security mode="None"/> </binding> </wsHttpBinding> </bindings> -<behaviors> -<serviceBehaviors> -<behavior name="WcfService1.Service1Behavior"> <serviceMetadata httpGetEnabled="true"/> <serviceDebug includeExceptionDetailInFaults="true"/> </behavior> </serviceBehaviors> </behaviors> </system.serviceModel>
Что я уже пробовал:
Open IIS Manager Select the site Double click “Configuration Editor” Select system.webServer and then serverRuntime Modify the uploadReadAheadSize value Click “Apply”