Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I have a Console application which accesses WCF service to perform DB task.

On the server side the console application is added into the scheduler for the purpose of automatic execution.

I have hosted my WCF service on IIS.

My query is to secure my WCF service so as to avoid any misuse.

Which level of security should I use?

Kindly help.
Posted
Updated 16-Apr-14 4:17am
v3
Comments
Sergey Alexandrovich Kryukov 16-Apr-14 12:30pm    
Not clear what that security should do. "Any misuse" is something uncertain. And, of course, "console application" (or any other type of application) it totally irrelevant.
—SA
BELGIUMsky 17-Apr-14 2:47am    
is it on the same server?
if so why use wcf service?

if not you should implement something like folowing article
6 Steps to Implement DUAL Security on WCF using User name + SSL[^]

so ssl for the transport and then maybe a message authentication to see if the user / ... can do the action / actions in the service

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900