I have created a custom error page for 404.13, which is what occurs when a user attempts to upload a file larger than a size set in the config files under maxAllowedContentLength. I want my .aspx file to say something like:
Maximum allowed file size=________KB
Trouble is, I can't figure out how to get the value from a server config file onto my .aspx page. Any ideas?