Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>For that you will require some tools.</p> <ol> <li><p>WebMatrix (or VS)</p></li> <li><p>SQL Database.</p></li> </ol> <p>Then by using these, the ASP.NET will automatically create the tables required using this:</p> <pre><code>WebSecurity.InitializeDatabaseConnection(); </code></pre> <p>You can learn about it here: <a href="http://msdn.microsoft.com/en-us/library/webmatrix.webdata.websecurity.initializedatabaseconnection(v=vs.111).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/webmatrix.webdata.websecurity.initializedatabaseconnection(v=vs.111).aspx</a></p> <p>You will require to tell the name of Database and the Table name which will be used for the User Data. Remaining will be the job of ASP.NET like UserInRoles MemberShip and others</p> <p>How to use those roles or others please go through this: <a href="http://www.asp.net/web-pages/tutorials/security" rel="nofollow">http://www.asp.net/web-pages/tutorials/security</a></p> <p>There you will learn: </p> <ol> <li><p>How to allow users to Sign In or Sign Up.</p></li> <li><p>How to add membership.</p></li> <li><p>How to create Roles for users.</p></li> </ol> <p>...and many more there. I will advise you to go to <a href="http://www.asp.net" rel="nofollow">http://www.asp.net</a> and learn the basics about it there. They are heplfull too. You will find many helpfull articles there. Find some community blogs too about ASP.NET. </p> <p><strong>Edit:</strong> They will teach you code regarding C# as well as VB.NET, but C# will be used more oftenly than VB.NET! </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload