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 typical about a windows process in regards to memory allocation in .net?
Which file is taken by compiler when we have both file Application and Server Configuration file?
What is the advantage of packaging over xcopy in .net?
What are the properties of ADO.NET?
Differences between namespace, class, assembly?
What does stateless mean?
Explain what is an application domain?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
What is .net and .net framework?
What are the new thee features of com+ services, which are not there in com (mts)?
Please explain what are an object and a class?
How many types of design patterns available in .NET?
Explain the difference between asp.net and asp?
Explain what is mutex?
What is the difference between reference type and value type?