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>
Explain the Code Contracts?
Explain about the Take and Skip clauses?
Briefly explain Application Cache?
Write the difference between unmanaged and managed code?
Can we enter more than single line in the TextBox control?
How can we check that whether all the validation controls on the Web page are valid and proper?
Explain about the UpdatePanel control.
Explain what is the CLI and also if it is same as that of CLR?
Explain different implementations of the LINQ?
Can a private class be declared in a namespace?
18,76,764
1930092 Asked
3,689
Active Tutors
1430946
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!