Hi all,
I'm trying to deploy a custom assembly to my SSRS 2012 instance configured in SharePoint Integrated Mode (SPFoundation 2010). The deployment instructions on MSDN say to copy the file to the ReportServer/bin directory. This works for a native mode SSRS, but in SPIM this directory doesn't exist (as SSRS is managed as a service application). I could try to deploy it to the GAC but before I bother my sys-admins with this (I don't have administrative rights obviously) I'd rather ask here.
TIA!
//Edit: And while I'm asking questions:obviously the RSServerPolicy.config file which I'd normally have to update to grant Permissions doesn't exist either. Any idea where I should make these changes?