Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7559929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T12:45:55+00:00 2026-05-30T12:45:55+00:00

Possible Duplicate: What is the 'page lifecycle' of an ASP.NET WebForm? I have studied

  • 0

Possible Duplicate:
What is the 'page lifecycle' of an ASP.NET WebForm?

I have studied a lot of article on execution process in .net. What i found is that

Language code(C#,vb, j# etc.) —-> language compiler —> MSIL code —–>
now this MSIL code is processed by just-in-time which is inside CLR

this process is okay for class library execution or windows app or console app but in asp.net we have a .aspx page + a code behind (c#, vb etc.)…In that case how this execution process takes place ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T12:45:56+00:00Added an answer on May 30, 2026 at 12:45 pm

    ASP.NET will process your ASPX and code-behind file like this:

    1. Load ASPX from disk
    2. Parse ASPX code into a code-dom that can be edited through extensibility hooks
    3. Save that code into a C# file on disk
    4. Use csc.exe to compile this code into an assembly. Everything in your /bin folder will be available as a reference.
    5. Load the assembly.
    6. Load all bin assemblies.
    7. Invoke the rendering code inside the freshly compiled assembly. This will start the usual process of JITing and executing.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: What is the ‘page lifecycle’ of an ASP.NET WebForm? when i am
Possible Duplicate: Multiple forms on ASP.NET page i have a doubt. can we place
Possible Duplicate: ASP.NET postback with JavaScript I have a page without a form. But
Possible Duplicate: Get URL of ASP.Net Page in code-behind I'm trying to hold current
Possible Duplicate: Conditional Logic in ASP.net page I am new to ASP.NET. Lets say
Possible Duplicate: How to read parameter passed from asp.net page, using C#? I want
Possible Duplicate: Meaning of the various symbols in .aspx page of asp.net I'm familiar
Possible Duplicate: Asp.net MVC page is giving Mime type warnings for image files I
Possible Duplicate: Asp.net how to correct the error I'm designing my web page using
Possible Duplicate: asp.net pass a value into next page I am requesting quantity from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.