How to put a password on a WCF Service?
问题 I'm working on a WCF Service that is called by our other softwars to send bug information to our database. The problem is that, since it is an online service, it isn't safe, so I was wondering if it's possible to the service to request a password (i.e. when we call the service, we have to configure the password or something like that). I googled about it, but it all seemed so complex for such a simple thing ... can you guys help me out? Edit: The idea is to authenticate through my software,