How to add user with administrators rights?http://forums.asp.net/t/1500808.aspx/1?How+to+add+user+with+administrators+rights+Tue, 15 Dec 2009 03:32:17 -050015008083549532http://forums.asp.net/p/1500808/3549532.aspx/1?How+to+add+user+with+administrators+rights+How to add user with administrators rights? <p>Hi could you give me please step by step guides how to add a new user with administrator's rights or change the user who already exists.</p> <p>Thank you in advance</p> 2009-12-05T13:32:12-05:003549554http://forums.asp.net/p/1500808/3549554.aspx/1?Re+How+to+add+user+with+administrators+rights+Re: How to add user with administrators rights? <p>If you are just starting out then it will benefit you to visit the vidoes section in the learn area of this site. The following link leads to a basic video on asp.net's membership utility. It does all of the coding for you, and after a little head scratching works very well.</p> <p><a href="http://www.asp.net/learn/videos/video-45.aspx">http://www.asp.net/learn/videos/video-45.aspx</a>&nbsp;</p> <p>This video will more thoroughly explain how to set up the sql database that the embership utility uses:</p> <p><a href="http://www.asp.net/learn/videos/video-148.aspx">http://www.asp.net/learn/videos/video-148.aspx</a></p> <p>&nbsp;</p> <p>Good luck</p> 2009-12-05T14:00:25-05:003552277http://forums.asp.net/p/1500808/3552277.aspx/1?Re+How+to+add+user+with+administrators+rights+Re: How to add user with administrators rights? <p>Hello Evgelen</p> <p>I found a piece of code set in a zip file. All you have to do is register yourself through your normal website registration.</p> <p>Put the users.aspx file in your root folder so anyone can access it, type the location your browser, and change your login Id from guest to Admin.</p> <p>AND THE MOST IMPORTANT PART IS AFTER YOU HAVE CHANGED YOURSELF, MOVE THAT FILE TO A PROTECTED AREA OF YOUR SITE.</p> <p>I wish I could take credit for writing the code but it was done by TomT, great piece of code.</p> <p>Go here <a href="/t/1110595.aspx">http://forums.asp.net/t/1110595.aspx</a>&nbsp;the link for the users.aspx file is at the bottom of the first post.</p> <p>And there you go.</p> 2009-12-07T15:39:56-05:003565427http://forums.asp.net/p/1500808/3565427.aspx/1?Re+How+to+add+user+with+administrators+rights+Re: How to add user with administrators rights? <p>Thank you it works great. :)</p> 2009-12-15T03:32:17-05:00