1. If any user has disabled cookies in their browsers, what can you do to enable them to use forms authentication? Set cookieless=true; Use the AutoDetect setting of the cookieless attribute None Set BoweserCookieEnabled=true; Which of the following Web.config files correctly enables the Web application to track the LastVisit of anonymous users in a variable of type DateTime?
2. You are creating an ASP.NET application for Google. The company uses Microsoft Windows authentication. All users are in the Google domain. You want to configure the application to use the following authorization rules: 1. Anonymous users must not be allowed to access the application. 2. All employees except Raj and Shiva must be allowed to access the application. Which code you will apply to configure the application?
3. How many types of authentication ASP.NET supports?
4. You are creating an ASP.NET application for company CareerRide. You use form based authentication to validate users. You need to prevent unauthenticated users from accessing the application. What should you do?
5. Choose the correct option according to given statements. Statement 1: Authentication is the process that determines the identity of a user. Statement 2: Authorization is the process of determining whether a user is permitted access to any part of an application, or any particular resource. Statement 3: Authorization is the process that determines the identity of a user. Statement 4: Authentication is the process of determining whether a user is permitted access to any part of an application, or any particular resource.
6. Which of the following controls provides a link for unauthenticated users to log on?
7. Windows-Based Authentication is well suited for.
8. You use the ASP.NET Web Site Administration Tool to configure ASP.NET membership with forms authentication. What should you name your login form so that you do not have to modify the Web.config file?
9. The following group profile properties defined under a group name in Web.config file. How will you access Street and City property?