Hi All, I'm having an issue that Microsoft says is related to ASP.NET but not having any luck fixing. I found plenty of articles on what to do but so far nothing helped. When I scan a document that will be large in size (ie color or grayscale) my application bombs out with the message: HTTP error Status code 500 Description Maximum request length exceeded.
I found people saying to increase the maxRequestLength attribute from the default of 4MB to 100MB in the web.config and/or machine.config file on the desktop. My desktops do not have a machine.config file and the web.config file does not have the maxRequestLength setting at all. I tried adding it but still doesn't work. Anyone have any ideas? Thanks.
