Configuration file to reject the particular user
What setting should be added in a configuration file to reject the particular user from accessing secured resources?
Expert
To refuse the particular user form accessing secured resources, a web.config file should contain a code which is as follows:
<authorization > <deny users="username" /> </authorization>
Can we enter more than single line in the TextBox control?
Explain about the DataAdapter class in ADO.NET.
Illustrate the difference between System.Windows.dll and System.Windows.Browser.dll?
Explain the use of the PlaceHolder control? Is it possible to see it at runtime?
List the types of Cookies that are available in ASP.NET?
Illustrate the benefit of option strict on? Describe in brief.
Explain what is a Static Constructor?
Illustrate the terms Authorization as well as Authentication?
Illustrate how to manage state in ASP.Net?
Explain Language Integrated Query (LINQ)?
18,76,764
1957592 Asked
3,689
Active Tutors
1417795
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!