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

Tell us what is json data, and what is one way that .net developers can work with json?

743


Tell us the difference between the while and for loop. Provide a .net syntax for both loops?

736


What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

718


Explain webfarm vs webgardens in .net?

804


How many namespaces are in .net version 1.1?

821


How do you turn off cookies for one page in your site? Give an example.

700


Why you want to leave your previous company.

1805


Differences between namespace, class, assembly?

773


What is the use of common language runtime?

808


How many types of transactions are there in com + .net ?

776


Explain me what is the .net framework and how does it work?

757


Define marshling?

783


What is different between webusercontrol and in webcustomcontrol?

710


Should I use readerwriterlock instead of monitor.enter/exit?

718


What is the new three features of COM+ services, which are not there in COM (MTS)

1725