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
Alex Meleta - 30 Aug 2007 21:11 GMT
Hi Burt,
It's also the way: http://www.theproblemsolver.nl/usingthemembershipproviderinwinforms.htm
Regards, Alex
[TechBlog] http://devkids.blogspot.com
> I've only done web apps in the past, and now need to add security
> (user authorization) to a c# windows forms app.
[quoted text clipped - 7 lines]
>
> Burt