hey Folks
Quick, hopefully not too difficult question.
I have a web app which gives permissions to specific users on a domian. The app uses a master page which has a left hand menu made up from asp hyperlink controls.
Is it possible to hide the menu from people who are not specified as authorised in web.config?
Cheers
JTG
JimmyTheGent 2008.03.17, 10:35AM — web.config permissions
JimmyTheGent 2008.03.17, 11:48AM —
Figured it out.
had to use the <add key"" /> in web config and then reference that with System.Configuration.ConfigurationManager.AppSettings

first