Mudanças

Ir para navegação Ir para pesquisar
370 bytes adicionados ,  11h48min de 25 de fevereiro de 2019
Aumento do tamanho máximo do arquivo do upload permitido.
Linha 35: Linha 35:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
<big><b>10)</b></big> No arquivo <code>C:\totvs\CorporeRM\Corpore.Net\web.config</code> acertar ou inserir o parâmetro <code>executionTimeout=3600</code> da tag <code>httpRuntime</code>. Abaixo exemplo:  
+
<big><b>10)</b></big> No arquivo <code>C:\totvs\CorporeRM\Corpore.Net\web.config</code> acertar ou inserir o parâmetro <code>executionTimeout=3600</code> e <code>maxRequestLength="102400"</code> da tag <code>httpRuntime</code>. Acertar/inserir também o parâmetro <code>maxAllowedContentLength=104857600</code> da tag <code>requestLimits</code>. Abaixo exemplo:
    
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
 
<configuration>
 
<configuration>
  <system.web>
+
  <system.web>
     <httpRuntime executionTimeout="3600" />
+
     <httpRuntime executionTimeout="3600" maxRequestLength="102400" />
  </system.web>
+
  </system.web>
</configuration>
+
 
 +
  <system.webServer>
 +
    <security>
 +
      <requestFiltering>
 +
        <requestLimits maxAllowedContentLength="104857600" />
 +
      </requestFiltering>
 +
    </security>
 +
  </system.webServer>
 +
</configuration>
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Arquivo, CI, ERP, Funcionários, Professores, Burocratas, Administradores
2 629

edições

Menu de navegação