WCF Server without administrator permissions
I have an application, which ex开发者_如何学Pythonposes a web serice via wsHttpBinding. From this post, I understand that I can not run it unless I am a server administrator. Is that seriously so?
Does anyone here know if I can grant the account only specific rights to enable him run WCF service, and not make account full administrator?
Found answer. http://blogs.msdn.com/b/amitlale/archive/2007/01/29/addressaccessdeniedexception-cause-and-solution.aspx
精彩评论