ok in my web.config file i have

Code:
<authorization>
    <allow roles="MyDomain\QuoteManagerSalesReps" />
</authorization>
in the active directory i have a group call QuoteManagerSalesReps... but i'm still getting access denied... what am i doing wrong...

PS. this is the first time i've done a intranet app with windows authentication