BooksReviews.Com

This website allows users to post reviews regarding books. Any user can search for books, see the reviews posted by others, but must log in to post review. If a user is trying to post a review without logging in, user is redirected to login page to login first and then taken to add review page.

Only a few operations need user authentication. The rest of the pages can be accessed by any user.

The following are the topics of ASP.NET used in this project.

The following are the major operations in this application.

Steps to download, deploy and run this project

The following are the steps to be taken to run the existing part of the application.
  1. Download booksreviews.rar and unzip it into any directory in your system. For example, if you extract to c:\ then it will create a directory c:\booksreviews.
  2. Open Visual Studio.NET 2010
  3. Open the project from the directory into which you extracted project. For example, c:\booksreviews
  4. Database (Database.dbf) is placed in App_Data and it contains required tables and stored procedures
  5. Go to Solution Explorer and make default.aspx the startup page.
  6. Run project from Visual Studio.NET 2010.
  7. You should see Default.aspx page.
  8. Create new user using registration page and then login with that user name and password
  9. Search for books and post review.
  10. Test the rest of the options.