How the ASP.NET code is compiled

Last post 04-24-2007 6:12 AM by M A A Mehedi Hasan. 3 replies.

Sort Posts:

  • How the ASP.NET code is compiled

    04-24-2007, 5:46 AM
    • Member
      point Member
    • Sunil K
    • Member since 04-24-2007, 9:27 AM
    • Posts 1
    I am new to ASP.NET. I am from VB 6.0 background. I want to learn from my friends that what happens behind the scene when the ASP.NET is compiled. I mean to say from the moment I press F5 to untill the page is displayed in the browser. What I know about it is that it is a process that involves partial classes. is the whole Website recompiled when it is accessed for the first time. Can any body please help ??? 
    Filed under:
  • Re: How the ASP.NET code is compiled

    04-24-2007, 6:02 AM
    Answer

    check out this link

     

    http://msdn2.microsoft.com/en-us/library/ms178466.aspx

     

     

    browser is client and whatever compilation is done will be on server side.. converting code to MSIL ..

    at client side... that will be interpreted by browser....

    so at client side... you can say... it is just like plain text 

     

     

     

    नमस्ते,
    [KaushaL] || BloG || MS MVP

    "I would love to change the world, but they won’t give me the source code"


    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and mark your thread as Resolved for the sake of Future Readers.
  • Re: How the ASP.NET code is compiled

    04-24-2007, 6:03 AM

    check out this link

     

    http://msdn2.microsoft.com/en-us/library/ms178466.aspx


     

     

     

     

    नमस्ते,
    [KaushaL] || BloG || MS MVP

    "I would love to change the world, but they won’t give me the source code"


    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and mark your thread as Resolved for the sake of Future Readers.
  • Re: How the ASP.NET code is compiled

    04-24-2007, 6:12 AM
    Answer
    • Contributor
      7,324 point Contributor
    • M A A Mehedi Hasan
    • Member since 02-05-2007, 7:40 AM
    • Dhaka, Bangladesh
    • Posts 939

    Hello Sunil,

    I think you will get your answer from here

    http://msdn2.microsoft.com/en-us/library/ms227435.aspx

    Mehedi Hasan


    Mark as answer if the post meets your requirement!
Page 1 of 1 (4 items)