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 […]