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

Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


what is difference between const, static and readonly?

2 Answers   TVS,


Which type if caching will be used if we want to cache the portion of a page instead of whole page?

0 Answers  


What is asp.net and how it works?

0 Answers  


which is better arraylist or dictionary?

2 Answers  






How would you create a permanent cookie?

0 Answers  


What is the syntax for datagrid and specifying columns ?

2 Answers   Microsoft,


Explain how is a property designated as read-only?

0 Answers  


About Usage of server variables ?

2 Answers   Cognizant, CTS,


Way of updating a table other than stored procedure and hard coded query?

2 Answers  


What are user controls?

0 Answers  


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?

1 Answers  


Categories