When the following authorization is set in the config file at the site’s root, inside the system.web node, we notice that no object is rendered unless the user gets authenticated. This also includes images, style sheets, javascripts etc. <authorization> <deny users="?" /> <allow users="*" /> </authorization> In cases like these, we […]
web.config
Uploading huge files
The maximum upload size through ASP.Net by upload controls is 4096KB (4MB). If the file size exceeds, the upload fails and results in “Request Timed Out”