Contains source code for shared classes and business objects (for example, ..cs, and .vb files) that you want to compile as part of your application. In a dynamically compiled Web site project, ASP.NET compiles the code in the App_Code folder on the initial request to your application. Items in this folder are then recompiled when any changes are detected.
App_Plugins folder in external class library project?
Hey all,
This might be a simple concept and I am missing the implementation..
I wish to take my custom app_plugins folder which contains a few custom properties and sections and move it to an external class library project.
Is this possible, and if so are there any steps to allow it to work properly outwith referencing the new project?
Does Umbraco need the app_plugins folder to be in the web project for some compiling/reading requirements?
Is it possible with a class library (dll) project?
Cheers,
Marc C.
Seemingly I can just move the code out and as long as I compile it into my web project I can take these across.
https://msdn.microsoft.com/en-us/library/ex526337.aspx
App_Code
Contains source code for shared classes and business objects (for example, ..cs, and .vb files) that you want to compile as part of your application. In a dynamically compiled Web site project, ASP.NET compiles the code in the App_Code folder on the initial request to your application. Items in this folder are then recompiled when any changes are detected.
is working on a reply...