Here ya go:
<authentication mode="Forms" >
<forms name="icsAuth" loginUrl="login.aspx">
</forms>
</authentication>
and
<authorization>
<deny users="?" />
<allow roles="SiteAdministrators"
</authorization>
Notes: The user I'm testing with is in the "SiteAdministrators" group... just in case I pulled out that "Allow roles" line alll together and tested... no luck...
Main Topics
Browse All Topics





by: Solar_FlarePosted on 2006-09-20 at 14:25:06ID: 17564640
can you please post the authentication etc part of your web.config file that sets the authentication & membership etc that tells your forms authentication to use your database?