Okay, after faffing around for a couple of hours on Google and experimenting with the new Configuration Management API I managed to find a solution to my earlier problem. The following code demonstrates the new way of retrieving the maximum HTTP request size from the web.config file. private int MaxRequestLength(HttpContext context) { int result = [...]
Archive for May 12th, 2005
GetSection vs GetConfig: Solution
Posted in Everything, Software Development, tagged Code on May 12, 2005 | Leave a Comment »
