URL Authorization in the web.config file with and attributes
<system.web> <authorization> <allow users="Ssivakumar" /> <deny roles="Sales, Marketing" /> </authorization> </system.web>