Windows Forms security in app.config?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top