Hi all, I'm using IIS5.1 and am setting a forms–based authentication for a multi site platform. For now, I can make it work but still cannot manage to allow a local user to be allowed. Eventhoug I config the web.config file this way by example: <allow roles="Administrators"/> <allow...