Forums: Back End:

 

web.config permissions

first
 

JimmyTheGent web.config permissions

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

Figured it out.

had to use the <add key"" /> in web config and then reference that with System.Configuration.ConfigurationManager.AppSettings

smile

 
first
 

Forums: Back End: web.config permissions

 
New Post
 
You must be logged in to post