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
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
IN an ASP.NET Web application if there is any error, how can you debug?
What are tuples?
Explain the difference between inline and code behind - which is best in?
What are the differences between application object and session object?
What is query string in asp.net?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Explain significance of routing? : asp.net mvc
What is active web page?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Which asp.net objects encapsulate the state of the client and the browser?
In the Repeater control which way you can edit?
How you will manage the state of ASP.NET controls?
What is session start?
What is session id in web application?