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
Why do we use msmq?
What is the difference between vb.net and vc#.net?
What are .net functions?
Please explain when should you use .net web forms over asp.net mvc?
Explain the different parts of an assembly?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What's singleton activation mode in .net?
What do the terms “boxing” and “unboxing” mean?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is the difference between imperative and interrogative code?
What are virtual destructures?
How will you load dynamic assembly? How will create assemblies at run time?
Should I use readerwriterlock instead of monitor.enter/exit?
What is gac in .net?
What is multiThreading in .NET?