Answer Posted / 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 View All Answers
What are the different validators in asp.net?
What’s the catch?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is the use of HttpHandlers? When to use this?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
Can we create a multiple user simultaneously ?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What are the types of authentication in asp.net?
What is authentication in asp.net?
What is difference between inproc and outproc?
When you use Ajax controls in the ASP.NET application?
What is parse in asp.net?
How to send a DataReader as a parameter to a remote client ?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain the features that make asp.net more used framework? : asp.net mvc