Not that I am aware of.
It sounds to me like you would be better off creating a simple web form/win form that provides your client with access to only the specific features and processes they require. Doing so would avoid confusing the client with all the unecessary complexity that manage studio would present them with.
I'm no programming guru but putting something basic together like this, say using .NET, could be done in a couple of hours, inluding impementing apporpriate security. I suspect you could probably find all the information you require in order to do this on the ASP.Net tutorials.
http://www.asp.net/learn/