different architectures of asp.net?



different architectures of asp.net?..

Answer / anupam gargari

As the illustration shows, 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.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

What type of code, client-side or server-side, is found in a code-behind file of a Web page?

0 Answers   MindCracker,


Describe a Windows Service and its lifecycle ?

0 Answers   Siebel,


what is difference between const, static and readonly?

2 Answers   TVS,


How to compare two strings with out Case sensitive ?

4 Answers   Protech, ProtoTech,


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

0 Answers  






What is asp.net with mvc? : Asp.Net MVC

0 Answers  


Explain advantages of caching?

0 Answers  


What is the Intermittent crashing of application in production?

0 Answers   Microsoft,


How can we create a website?

0 Answers  


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

0 Answers  


What is content place holder?

0 Answers  


What is Hidden Fields in Asp.Net

4 Answers  


Categories