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
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
What are nullable types in .NET
Is .net core managed code?
What are the authentication methods in .net?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
Is .net is a language?
What are multicast delegates?
What are the differences between com architecture and.net architecture?
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 func in .net 3.5?
What are the deferred execution and the immediate execution in linq?
What is "common language runtime" (clr) in .net?
How viewstate is being formed and how it's stored on client in .net?