0

I want to know some main specification must be considered when i want to implement WCFsecruity over internet.what is main specification that i should consider?

Pejman
  • 57
  • 6

1 Answers1

0

There is no specification to be followed a rule. In general you should consider following good security practices that are used in every HTTP server/client application and exist in the form of security guidelines.

I suppose a good point to start would be this MSDN post giving an intro to security fundamentals for web services. I would also suggest the Improving Web Services Security ebook which provides with very useful guidelines.

Hope I helped!

Pantelis Natsiavas
  • 5,293
  • 5
  • 21
  • 36
  • Thanks for your answering,Do you have a best practice article for this title?? – Pejman Jan 16 '14 at 07:18
  • Added a reference on my edited answer. You should upvote the specific answer. It is very important for other users navigating to your question to be able to identify useful answers quickly. – Pantelis Natsiavas Jan 16 '14 at 07:32