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
What is .net technology?
When displaying fonts, what is the difference between pixels, points and ems?
Please explain what is the difference between constants and read-only variables?
How can you assign an rgb color to a system.drawing.color object?
Describe the Managed Execution Process
Explain about .NET services?
What's wrong with a line like this? Datetime.parse(mystring);
Explain about Behavioral design pattern?
What is machine.config in .net?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is assemblies in .net?
Different between .net & j2ee ?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What does mean by .net framework?
What is close method? How its different from finalize and dispose?