Library or source files

Hello,

I've created a webservice.
What brings more performance If I put the whole service in a compiled library or can I let the source files in the app_code folder
Procompiles the IIS the source files or are they compiled for each request

thanks


Answer this question

Library or source files

  • arifyemen

    Is there a function to compile the whole files in App_Code before deploying

  • vivekvishist

    found it myself...thanks!

  • MikeHNatti

    Well, when you deploy, you should not deploy source files. The assemblies, content and configuration etc. files need to be deployed.



  • Library or source files