This project presents a conference web application, meticulously detailing its design and implementation. It includes a discussion of the database structure, which involves four tables: ConferenceDetail, Viewer, SpeakerDetail, and Reviewer, with the Conference ID serving as the primary key and establishing a foreign key relationship. The application features a user-friendly interface, allowing users to schedule conferences and register attendees. Key functionalities include the ability to create new conferences, inputting details such as conference ID, title, venue, topics, and keynote speaker. Furthermore, the system enables the creation of new viewer profiles, requiring user ID, name, conference ID, email, and contact information. The application uses ASP.NET MVC framework and provides options to edit, delete, and view conference and viewer details. The project also includes testing instructions, emphasizing the importance of completing all required fields to prevent errors due to the database's design.