Thanks for the reply. The existing users in that group are still can log in. I need to add more users to it and haven't been able to find where it might be. It may be found under ASP.NET configuration option under Website tab in VS.NET and go to the Security tab and under the manage roles ... but when I do that for some reason I am getting page can't be displayed IE error. So looking into it. Any inputs from there onwards are appreciable.
Thanks, L On Aug 20, 4:53 am, Jamie Fraser <[email protected]> wrote: > Can anyone access this group? > > If you are using AD for security / group membership, it sounds like > the group was maybe in AD originally but has since been removed. > > > > On Thu, Aug 19, 2010 at 4:38 PM, Learner <[email protected]> wrote: > > Hi, > > > We have sepeartate folder called Managers in one of our web apps. > > And there was a security build around that folder in a web config file > > as below > > > <?xml version="1.0"?> > > <configuration> > > <appSettings/> > > <connectionStrings/> > > <system.web> > > <authorization> > > <allow roles="AllManagers"/> > > <deny users="*"/> > > </authorization> > > </system.web> > > </configuration> > > > I couldn't figure out where this group located in the application. > > Usually all our groups are defined in Active directory but except this > > group. I am not sure if this is defined on the web server or some > > where in the app itself. Because in the process of figuring out I have > > changed it to <allow users="*"/> just to make sure if this is the > > group we are looking for and YES It is and I have access to it. So I > > need to find out where this is located and add myself as one of the > > users to this group. > > > Can any one help me with this mystery. > > > Thanks in advance, > > > L- Hide quoted text - > > - Show quoted text -
