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 the use of gacutil.exe?

652


What is the benefit of .net core?

489


Explain code access security.

590


Using activex control in .net?

546


Please explain what is the difference between a class and an object?

566






What is interface and abstract class in .net?

549


What are .net applications?

537


Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?

511


Explain how to manage pagination in a page using .net?

545


What is cyclomatic complexity and why is it important?

1710


What is the need of OLE-automation?

629


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

768


Difference between machine.config and web.config?

559


What is .net code security?

562


What is connection pooling and how do you make your application use it?

559