Which approach?

Moorzee

Well-known member
Joined
May 31, 2006
Messages
92
Location
England
Programming Experience
3-5
Hello

Sorry if I should have already found this info but initial searches seem to give me far too advanced answers.

Basically I come from VB6 background. I'm about to undertake a rewrite of a system for a new company in dotnet 2005.

My previous security solution in vb6 would simply be a table in database with userid and levels of security which I would query at certain execution stages in code.

Dotnet sounds like I should be ditching this approach and use windows info for role based permissions in code? Does anyone have or can point me too a simple(the simpler the better as I am very new to this language:) ) example of how to implement this in development?

Very much appreciated.

Cheers
 
Back
Top