Explain the .NET architecture.
Answer Posted / aarti ashar
All Web clients communicate with ASP.NET applications
through IIS. IIS deciphers and optionally authenticates the
request. If Allow Anonymous is turned on, no authentication
occurs. IIS also finds the requested resource ( such as an
ASP.NET application ), and, if the client is authorized,
returns the appropriate resource.
In addition to the built-in ASP.NET security features, an
ASP.NET application can use the low-level security features
of the .NET Framework.
Is This Answer Correct ? | 34 Yes | 41 No |
Post New Answer View All Answers
Tell us what is json data, and what is one way that .net developers can work with json?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain webfarm vs webgardens in .net?
How many namespaces are in .net version 1.1?
How do you turn off cookies for one page in your site? Give an example.
Why you want to leave your previous company.
Differences between namespace, class, assembly?
What is the use of common language runtime?
How many types of transactions are there in com + .net ?
Explain me what is the .net framework and how does it work?
Define marshling?
What is different between webusercontrol and in webcustomcontrol?
Should I use readerwriterlock instead of monitor.enter/exit?
What is the new three features of COM+ services, which are not there in COM (MTS)