what is the role of aspx file ?

Answers were Sorted based on User's Feedback



what is the role of aspx file ?..

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

what is the role of aspx file ?..

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

Post New Answer

More ASP.NET Interview Questions

Explain Assemblies?,Difference between Panel and GroupBox?,Differences between ASP and ASP.NET?

1 Answers  


Whats the difference between abstract factory pattern and factory pattern?

0 Answers  


List the types of authentication supported by asp.net?

0 Answers  


To redirect the user to another page which method do we use without performing a round trip to the client?

0 Answers   Siebel,


What is the mvc model?

0 Answers  






How would you turn off cookies on one page of your website?

0 Answers  


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.

2 Answers   Syntax Softtech,


How do you do Client-side validation in .Net?

0 Answers  


Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

0 Answers  


Types of authentications in ASP.NET ?

9 Answers   Accenture, Roland, Shriram,


What are cao and sao.

0 Answers  


What is a Managed Data?

4 Answers   HCL,


Categories