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 |
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Describe a Windows Service and its lifecycle ?
what is difference between const, static and readonly?
How to compare two strings with out Case sensitive ?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is asp.net with mvc? : Asp.Net MVC
Explain advantages of caching?
What is the Intermittent crashing of application in production?
How can we create a website?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is content place holder?
What is Hidden Fields in Asp.Net