Database
Hello.I want to incorporate a comment box into the website.I believe it requires a database,and so does a login control.I understand that,from chapter 16, .NET creates a database for the login control if it doesnt find one in the solution.Can I use this .NET-created database for the purpose of the comment box.and how can I move the database into the App_Data folder in solution explorer.
Lastly,Im not sure as to what provider I may use to allow only logged-in users to make comment in the comments box.thanks in advance.
|