User-2057865890 posted
Hi Goedon1221,
>> if possible. Is it possible to deploy only a certain controller and model?
Our deployment action is run after build action. After building our project, all the managed code will be complied to a DLL file. We can't determine which controller or model should be complied to a DLL file except we exclude this controller or model
from your project before build your project. In deploy process, we can only determine which file should be deployed or not.
When you use the Publish Web wizard to publish the project, you can see what changes are going to be published by double-clicking the file in the
Preview window.

Best Regards,
Chris