thinkinterview » interview questions
« Previous

interview Questions

next »
question For intranet based Web application reads comma-delimited text files. The files reside in a subdirectory root directory. Users are not allowed to navigate directly to these files in a Web browser unless they are members of the Accounting role. You need to write an ASP.NET HTTP handler that will use the FileAuthorizationModule class. What type of authentication you will implement.
  • 1. Anonymous
  • 2. Certificate
  • 3. Forms
  • 4. Microsoft Windows Integrated Security

Next Queston » Web site for organization members changing the behavior according...
Web site for organization members changing the behavior according to the role of the users. The Web site uses the ASP.NET Membership control for creation of user accounts. How you will find ... View full queston »

Posted in: ASP.NET(45) |