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
IN an ASP.NET Web application if there is any error, how can you debug?
What are uri parameters?
What is latest version of asp.net mvc? : Asp.Net MVC
How would you create a permanent cookie?
Which adapter should you use, if you want to get the data from an access database?
Which .NET framework supports Web API?
Name the tools or API for developing or testing web api?
What are the built-in objects in asp.net?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is the difference between ASP Session State and ASP.Net Session State?
Can you explain one critical mapping?
How would ASP and ASP.NET applications run at the same time on the same server?
Where is session cookies stored?
What is a user session?
What is difference cookie and session?