I have been trying to increase the movie size from 4mb to 8mb, however, I can't get it to work correctly. I followed your steps on a pass forum topic:
1.Open the Web.config file located in <Perfectforms Folder>/services/Web.config with a text editor
2.Add the following key under the <system.web> tag:
<httpRuntime executionTimeout="YourNewTimeInSeconds" maxRequestLength="YourNewFileSizeLimitInKBs" />
3.Save Web.config
4.Restart the Perfectforms application via IIS management console.
Am I missing a step?
