I have several websites that use Telerik controls and need to install the assemblies to a new VM running Windows Server 2008 R2. Normally I would drag the *.dll straight into the C:\Windows\Assembly
folder, but I'm getting faced with an "Access Denied" error.
From what I've read, you can overcome this by logging into the local Administrator account, however I cannot RDP into this account. (Actually I can, I was wrong)
What is the easiest way to install these assemblies? Gacutil?
EDIT: I should also add, it is best if the solution does not involve disabling the UAC or restarting the server. I would like to avoid service interruption if possible.