Q: you are creating an asp.net application. the application will be displayed on intranet. application uses microsoft windows authentication. more than 100 users will use the asp.net application simultaneously.what setting should be done by the project manager?

1) Add the following element to the authentication section of the web.config file
<allow users="?"/>
2) Use the configuration Manager for your project to designate the user's security context
3) write code in the application_AuthenticateRequest event handler to configure the application
to run in the user's security context
4) Add the following element to the system.web.section of the web.config file
<identity impersonate="true">

What would be the Right Answer?

Kindly Help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.