Default.aspx: Accessible to everyone. Users can login, logout, click to register, and see their logged in status. Provide links to login, register, syllabus, and course list pagesLogin.aspx: Accessible to everyone. Students can login to the siteRegister.aspx: Accessible to everyone. Students can register themselves. Using the Roles class, automatically assign them the role of student
Web.config file, relax the Membership Provider security by setting
requiresQuestionAndAnswer="false"requiresUniqueEmail="false"minRequiredPasswordLength="2"minRequiredNonalphanumericCharacters="0"Student folder: Authenticated students can see course documents in the Student folder
Syllabus.aspx. You do not need content for this page, just place a heading 1 on the page saying "Syllabus". Provide a link back to Default.aspxFaculty folder: Faculty can view private information related to the course
CourseList.aspx. This page should display the list of users currently registered. It should include all students and faculty registered for the course. Provide a link back to Default.aspxDrG and password abcd1234!. Assign this user the role of facultystudent1 and password student1!student2 and password student2!Student folder and only faculty to access the Faculty folder. Deny all other users permission to access these foldersU:\nnProgram4 folder where nn is your student account number.
ASPNETDB.mdf database file from your Desktop to your U:\Labs\nnProgram4\app_data folderDefault.aspx page as displayed in a browserNone provided - you may use a minimalist user interface design with this assignment. Remember to provide the navigation links to help with grading.