We are having timeout issues uploading the file to the server using ASPMaker (max uploads set to 100Mb). The actual ASP application is nested in an ASP.NET application and the files being uploaded are from 2Mb to 20Mb. These are SWF files and ONLY the file name is being stored in the database, where the files go to a folder. BOTH machines are Windows Server 2008R2 64x.
Note the application is served as a virtual directory for editing outside of the ASP.NET application in the browser.
The IIS settings should be inherited from the primary ASP.NET application through the ASP settings. We have increased the max uploads in the ASP settings to 100Mb but we are still getting the following message on failure (progress bar at 100%);
Server Error500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
Is there another IIS consideration? or could it be a web.config issue?