For retrieving maxrequest length from web.config use following function: public int GetMaxLength() { HttpRuntimeSection httpRuntime = (HttpRuntimeSection)ConfigurationManager.GetSection("system.web/ht… more →
Nitin's weblogNitin wrote 1 month ago: For retrieving maxrequest length from web.config use following function: public int GetMaxLength() { … more →