asp.net mvc - Exporting Umbraco Controllers -


i'm sure i'm missing obvious, can't locate answer anywhere online. i'm building webapi controller extending umbracoapicontroller. application works fine on local machine, want move our hosted uat platform.

i've built solution locally can't see in bin folder dll has same name controller.

so need copy controller , models folders uat platform, or dll contains (the controller lives in umbraco_dev.controllers namespace, umbraco_dev.dll need move)

thanks

is part of umbraco website? if so, it'll built main webite dll.

the controllers won't built separate dll unless they're in own project.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -