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 ?
Explain how garbage collection works?
How server form post-back works?
How do you view the methods and members of a dll?
Explain what inheritance is, and why it's important?
How do you instantiate a complex number?
Whate are resource files?
What is .net latest version?
Who is using .net core?
Explain assemblies in .net?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
The project which you have made, which methodology did you use?
How do I use the thread pool?
What is the difference between odbc and ado?
Explain what is the difference between web application and enterprise application?