Windows Forms security in app.config?

  • Thread starter Thread starter Burt
  • Start date Start date
B

Burt

I've only done web apps in the past, and now need to add security
(user authorization) to a c# windows forms app.

We've created an AD group for users who should have access. For a web
app I'd add an <authorization> section to the web.config. I can't find
examples of this using my app.config file though. Would I just do it
the same way?

Thanks for any help,

Burt
 
Back
Top