- Q Why does heat rise'?
- Q _____ living dog is better than a dead lion.
- Q What are the advantages of SVG?
- Q What's the best stores to shop for a college girl??
- Q Is it possible to use ms sql server as dehydration store with soa suite ?if yes how?
- Q Discuss the neuroendocrine coordination of homeothermy
- Q Microsoft Chief ?
- Q What are the building blocks of Client/Server?
- Q Which of the following audit procedures would MOST likely be used in an audit of a systems development project? A. Develop test transactions B. Use code comparison utilities C. Develop audit software programs D. Review functional requirements documentation
- Q What is the difference between 'company code' and 'company id' when in the fi global settings in the img?
-
Q
You create an ASP.NET application named TimeSheet for TestKings intranet. The
application will be used only by employees of your company. You want the application to recognize the user without forcing the user to enter a name and password. You write the following code to save the users Microsoft Windows login name in the Session object:
Session.Item(User)=User.Identity.Name;
When you run the TimeSheet, the Session.Item(User) variable returns an empty string.
You want to configure Internet Information Services (IIS) and your application to be able to retrieve the user name automatically.
What should you do?
A. Disable Anonymous Access for the application in IIS-
B. Enable Basic authentication for the application in IIS
C. Add the following element to the Web.config file for TimeSheet:
D. Add the following element to the Web.config file for TimeSheet: