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
What is class library in .net
What is .net core used for?
Compare client server application with n-tier application
Why SOAP is required?
Explain how to redirect tracing to a file?
What are pdbs?
What does mean by .net framework?
How to debug failed assembly binds?
Explain what relationship is between a process, application domain, and application?
What does jit compilation do in .net?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
Describe the Managed Execution Process?
What is marshling?
What is interface and abstract class in .net?
explain the states of a window service application?