I am trying to upload a 142mb .exe file to our DMX pro module, I am getting the following error:
A critical error has occurred.
Exception of type System.OutOfMemoryException was thrown.
Our Setup is Webserver/Database server running Windows 2003 SP1, 3gb of RAM, 111GB harddrive.
I have edited the web.config file as follows:
and the machine.config:
maxRequestLength="1024000"
I have rebooted the server and am still running into the same issue, any help would be greatly appreciated.