Local Installation
- Execute the
Database/QuizDB_Setup.sql script in SQL Server.
- Ensure the connection string in the root
Web.config matches your instance.
- Open the solution in Visual Studio and run the
Lab_08 folder.
Common Issues
- Login Failed: Verify that the
Users table contains the default accounts.
- Timer Not Starting: Ensure JavaScript is enabled in your browser.
- Database Error: Check if the
QuizDB database exists and is accessible.