ok in my web.config file i have
in the active directory i have a group call QuoteManagerSalesReps... but i'm still getting access denied... what am i doing wrong...Code:<authorization> <allow roles="MyDomain\QuoteManagerSalesReps" /> </authorization>
PS. this is the first time i've done a intranet app with windows authentication





Reply With Quote