Just a quick question someone might be able to help with.
In my visual studio project I've created some custom controllers, once I publish these, is there a way I can access/edit them?
Say for e.g I publish my website to live, but 3 months later I need to make a small change to the controller, will I have to publish the whole project again or is there a simple way to do this?
Editing custom controllers
Hi,
Just a quick question someone might be able to help with.
In my visual studio project I've created some custom controllers, once I publish these, is there a way I can access/edit them?
Say for e.g I publish my website to live, but 3 months later I need to make a small change to the controller, will I have to publish the whole project again or is there a simple way to do this?
Thanks
You will need to just update the compiled dll/exe file you won't need to republish the whole site
Thanks for reply, do you know where these are located in Umbraco 10 once published? so I would know which to overwrite.
I've had a look but I cant see anything.
Thanks
They should be in the root of the publish folder
Hi Huw,
Thats what I thought, would would the file name be? would it be the same as what I called my controller?
Thanks
it will have the name of your web project
is working on a reply...