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

Which Is Faster MVC or ASP.net ?

0 Answers   Arigo Infotech,


Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?

3 Answers   HCL, NIIT,


What is _dopostback in asp net?

0 Answers  


What is the Impprsonation?and what is the importence of that?

3 Answers   eXensys,


What is difference cookie and session?

0 Answers  






Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designing the selction option using radio button. So, I want to retrive the data from the database to the radiobutton option. And also please tell me the how to compare the correct answer option with Answer selected by the users. If any body knows or have done this before please Help me out. My mail id is get_rome@yahoo.co.in. Table format: Question Id Queston Option1 Option 2 Option 3 Option 4 Correct answer 1 What is ur name? My name is ….. My name …. My name …. My name …. My name is tom

4 Answers  


Which template must you provide, in order to display data in a Repeater control?

1 Answers  


What is meant by role based security? when we use this one

2 Answers  


Explain about solution explorer window?

0 Answers  


What are the advantages and disadvantages of session?

0 Answers  


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


What is a PostBack ?

1 Answers  


Categories