I am using IIS 7. The users of the application that I used the uploader in came up with this error:
You are probably hitting the file upload limit of IIS7.By default in IIS 7 requestFiltering has the MaxAllowedContentLength property enabled.It specifies, in bytes, the maximum length of the content in a request. The default is 30MB.
To change this value you must edit %windir%\System32\inetsrv\config\applicationHost.config file.
So I opened the config file with notepad and i am so wondering what setting to change. Can someone come to my aid?
Charles