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

In code behind class, name the type of code found. Is it the server side code or client side code?

782


How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?

542


What is the difference between boxing and unboxing?

546


What is data type and how many types of data types are in .NET ?

559


What is 'Common Type System' (CTS) in .NET?

657






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

568


What tools is used to develop .NET applications?

624


object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....

1610


What are the improvements made in cas in .net 4.0?

518


Explain soap and xml?

564


What are the namespace available in .net?

592


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

1541


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

582


What is managed code execution?

607


What are the authentication methods in .net?

569