Authentication and Authorization

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rathiagu
    New Member
    • Aug 2007
    • 14

    Authentication and Authorization

    i need to authorise a logging user whether he is able to view that particular page or not(C#.net).
    the data is present in the databse table(sql server200).the users are not authorised as groups ie.., the users
    are not made under groups such as admin,super user or user.each and every user has different
    access.what is the best method to authorise them.plz help me
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by rathiagu
    i need to authorise a logging user whether he is able to view that particular page or not(C#.net).
    the data is present in the databse table(sql server200).the users are not authorised as groups ie.., the users
    are not made under groups such as admin,super user or user.each and every user has different
    access.what is the best method to authorise them.plz help me

    Plzzzzz Read this .

    Comment

    • Ganddu
      New Member
      • Aug 2007
      • 1

      #3
      Try to find it by yourself. work hard to get fruit. this is not the right way.

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        I would suggest reading up on authorization methods for AP.NET.
        There is one that can be configured to read from a database

        Comment

        • rathiagu
          New Member
          • Aug 2007
          • 14

          #5
          i am sorry this is my first post.thanks for ur reply

          Comment

          • rathiagu
            New Member
            • Aug 2007
            • 14

            #6
            just i want to know the best method for doing the individual user authorisation and not the code.thank you

            Comment

            • Frinavale
              Recognized Expert Expert
              • Oct 2006
              • 9749

              #7
              Originally posted by rathiagu
              just i want to know the best method for doing the individual user authorisation and not the code.thank you
              Rathiagu,

              I have renamed your Thread to better reflect the problem you are facing.
              Please use descriptive titles for your future threads. RedSon sent you a link to the general rules we follow here on this site. I urge you to look over these site rules/guidelines and particualarly look at the section on using a good thread title.

              Thank you.

              MODERATOR

              Comment

              • Frinavale
                Recognized Expert Expert
                • Oct 2006
                • 9749

                #8
                Originally posted by rathiagu
                just i want to know the best method for doing the individual user authorisation and not the code.thank you
                I've just done a whole bunch of research on .NET (2.0 Framework) Authentication and Authorization.. .you're in luck.

                Check out this video first.

                Then I'd suggest looking into the information provided by MSDN on the following:

                The video was taken from a website that contains a lot of useful information on the topic:this website is found here.


                I hope this helps you out!

                -Frinny

                Comment

                • rathiagu
                  New Member
                  • Aug 2007
                  • 14

                  #9
                  thanks frinavale,
                  i got a lot of information from u.thanks a lot.

                  Comment

                  Working...