2016-10-04 1 views
1

나는 RequstLength 업로드 페이지의에 대한 Web.config의에이 코드를 사용 :왜 업로드 시간에 다른 페이지가 느려지거나 열리지 않을 수 있습니까?

<location path="Upload.aspx"> 
    <system.web> 
     <httpRuntime executionTimeout="60000" maxRequestLength="1572864" requestPathInvalidCharacters="" requestValidationMode="2.0" relaxedUrlToFileSystemMapping="true" enableVersionHeader="false"/> 
    </system.web> 
    <system.webServer> 
     <security> 
     <requestFiltering> 
      <requestLimits maxAllowedContentLength="1610612736"/> 
     </requestFiltering> 
     </security> 
    </system.webServer> 
    </location> 

내가 업로드시 내 사이트의 페이지를 열 때 페이지에 업로드까지 을 완료, 개방 해달라고. 어떻게이 문제를 해결할 수 있습니까?

+0

아무도 도와 줄 수 있습니까? – parsa

+0

이 문제는 iis의 최대 작업자 프로세스와 관련이 있습니까? – parsa

답변

관련 문제