locked
What´s the meaning - Precompile during publishing RRS feed

  • Question

  • User-1350042179 posted

    Hi when i Publish a aspnet aplication, in the options to publish web: what's the meaning for: Precompile during publishing

     

    Wednesday, June 11, 2014 11:14 AM

Answers

  • User-718146471 posted

    What that does is it takes your code files .vb/.cs and converts them into a compiled DLL file.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, June 11, 2014 11:44 AM
  • User-991316286 posted

    Precompilation performs essentially the same compilation process that normally occurs when a page is compiled dynamically upon being requested in a browser. The precompiler produces assemblies from the pages, including both the markup and the code. It also compiles files in the App_Code, App_GlobalResources, App_LocalResources, and App_Themes folders.

    http://msdn.microsoft.com/en-us/library/377y0s6t(v=vs.90).aspx

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, June 11, 2014 11:50 AM

All replies

  • User-718146471 posted

    What that does is it takes your code files .vb/.cs and converts them into a compiled DLL file.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, June 11, 2014 11:44 AM
  • User-991316286 posted

    Precompilation performs essentially the same compilation process that normally occurs when a page is compiled dynamically upon being requested in a browser. The precompiler produces assemblies from the pages, including both the markup and the code. It also compiles files in the App_Code, App_GlobalResources, App_LocalResources, and App_Themes folders.

    http://msdn.microsoft.com/en-us/library/377y0s6t(v=vs.90).aspx

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, June 11, 2014 11:50 AM