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

Which authentication uses a combination of windows and iis authentication?

0 Answers  


Why the javascript validation not run on the asp.net button but run successfully on the html button?

0 Answers  


Explain the Session state management options available with ASP.NET?

0 Answers   Siebel,


In a webpage if i want to give access to only half page ,then what should i do?

3 Answers  


wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?

1 Answers  






What is a form tag?

0 Answers  


Describe the difference between inline and code behind.

5 Answers   Siebel Systems,


Types of configuration files and their differences ?

2 Answers   Accenture,


Usage of web.config?

2 Answers   Microsoft,


What is early binding and Late binding. Difference which is better ?

2 Answers   DELL,


What is the first name space in .netF/W heirarchy

3 Answers   Wipro,


Explain Session state management options in ASP.NET.

0 Answers   CDC,


Categories