Posted on: 5/23/2011 9:30:38 AM | Views : 1143

Hello frnds,
I am facing issue(Page Not found/404 issue) when uploading huge files(greater than 50MB). I made the below web.config entry also.
<httpRuntime executionTimeout="240" maxRequestLength="102400" />.
Strange thing is when I try uploading the files from my application(LOCAL), then it succeeds. Where the Production website throws the error. In some forums people suggested to modify the IIS settings. Please give me the exact solution.
WIn2008 and IIS7 is the configuration of Prod web server.
 
...

Go to the complete details ...