Como dice malenko beberas cambiar a modo Forms
Y luego en el web.config deberías tener algo asi
Código ASP:
Ver original<roleManager enabled="true" />
<authentication mode="Forms" >
<forms loginUrl="login.aspx" protection="All" name="AuthCookie" timeout="30"
cookieless="AutoDetect"/>
</authentication>
<identity impersonate="false" />
<authorization>
<allow roles="Administrators" />
<deny users="?" />
</authorization>