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

What is boxing and unboxing ?

7 Answers   Accenture, Infosys, MedTek,


differences between class inheritance and interface?

2 Answers  


Explain about ASP.NET?

0 Answers  


How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.

3 Answers   Consagous, Phoenix Technologies,


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

3 Answers   Wipro,






What is data binding in asp net?

0 Answers  


What are the session variables?

0 Answers  


Where the cookie value is stored?

0 Answers  


How ASP.NET page works?

0 Answers   MCN Solutions,


What’s the difference between Response.Write() andResponse.Output.Write()?

1 Answers  


Life cycle of ASP.NET page when a request is made ?

4 Answers   MMTS,


Difference between web user control and web custom control?

0 Answers  


Categories