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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -