I am trying to provide VIEW access to the GAC. Ideally what I want is for them to see the contents of the assembly folder as you see it in Windows explorer (ie with version number and so on). I am happy to list this in a text file and provide that to them. But I can't figure out how to do this.
Note: this is a server is not a development machine, so we do not have the SDK installed to use gacutil. Also, I don't to remove/install items in the GAC. Just to view it, so gacutil is a little to powerful in that respect.