I've been asked to work on an existing v7 site that is very basic and I need to add some surface controllers/apis.
Is it better to create a local Umbraco site, create the controllers etc. and copy the dll's over to the existing site or just create a local class library and add the umbraco dll's?
I don't want to just add classes to the app_code folder as there is a lot more development coming.
Add Surface Controller to existing site
I've been asked to work on an existing v7 site that is very basic and I need to add some surface controllers/apis.
Is it better to create a local Umbraco site, create the controllers etc. and copy the dll's over to the existing site or just create a local class library and add the umbraco dll's?
I don't want to just add classes to the app_code folder as there is a lot more development coming.
Cheers,
Aron
Hi Aron,
If you planned to do a lot of c# logic, of course it will be better to have local Umbraco site and possibility to compile all code to dll and deploy.
Thanks,
Alex
Thanks for this, i'll give that a go.
Thanks again, works perfectly!
is working on a reply...