write in your web config
<system.web> <httpRuntime targetFramework="4.5"
executionTimeout="240"
maxRequestLength="20480"
minFreeThreads="88"
minLocalRequestFreeThreads="76"
relaxedUrlToFileSystemMapping="true"/>
</system.web>
<system.web> <httpRuntime targetFramework="4.5"
executionTimeout="240"
maxRequestLength="20480"
minFreeThreads="88"
minLocalRequestFreeThreads="76"
relaxedUrlToFileSystemMapping="true"/>
</system.web>
No comments:
Post a Comment