what is the role of aspx file ?
Answers were Sorted based on User's Feedback
Answer / suman
aspx file contains the code that is written by user and is
responsible to give the application to ISAPI layer and get
the response from that layer. the aspx page when sended to
ISAPI layer it first performs Impersonation/Authentication
then the aspx page is given to asp_isapi.dll if it is valid
aspx page. then it farwards it to worker process. worker
process process that and gives result to the client
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sneha
aspx file forms the GUI part of a web page. server side
code is written in code behind page (.cs or .vb) whereas
the client side code is written in aspx file.
Is This Answer Correct ? | 2 Yes | 0 No |
Explain Assemblies?,Difference between Panel and GroupBox?,Differences between ASP and ASP.NET?
Whats the difference between abstract factory pattern and factory pattern?
List the types of authentication supported by asp.net?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is the mvc model?
How would you turn off cookies on one page of your website?
How do you enable tracing? a) Set the Trace property of the Web Form to True b) Set the Trace property of the server object to True c) Set the Session variables Trace to True d) Set the Applications Variable Trace to True.
How do you do Client-side validation in .Net?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Types of authentications in ASP.NET ?
9 Answers Accenture, Roland, Shriram,
What are cao and sao.
What is a Managed Data?