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


Please Help Members By Posting Answers For Below Questions

What is typical about a windows process in regards to memory allocation in .net?

776


Which file is taken by compiler when we have both file Application and Server Configuration file?

1788


What is the advantage of packaging over xcopy in .net?

794


What are the properties of ADO.NET?

871


Differences between namespace, class, assembly?

785


What does stateless mean?

813


Explain what is an application domain?

733


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?

772


What is .net and .net framework?

833


What are the new thee features of com+ services, which are not there in com (mts)?

724


Please explain what are an object and a class?

720


How many types of design patterns available in .NET?

781


Explain the difference between asp.net and asp?

763


Explain what is mutex?

839


What is the difference between reference type and value type?

717