I tested the GAC in dev, I installed it with the gacutil with the Visual studio's CLI.
For production, there is no Visual studio's CLI and no SDK (I think) so my question is
How can I deploy the dll's to GAC without gacutil? Is it possible to make a sort of exe or msi to put all dll's to server and developper's comuter?
Many thanks to help me