c# - How to make web services secure in asp.net both the asmx and on WCF -
ASPNA and F.P. We currently have web services and now our application has the process of converting them into WCF in some modules. Now as the upgrade, we want to include security on web services because we intend to open them all through our web (both ASMX and WCF with both). Tanks in advance
This is not a quick and straightforward answer, for the following CodePllex link WCF security guideline :
& amp; .
The site provides step by step checklist for different scenarios, one of which should be able to relate to your scenario provided different scenarios and security arrangements for intranet / internet scenarios. There are certification mechanisms that include: None, Basic, NTLM, Windows, Certificate, Username, Token Autorization options are included: Based on Role-based Chan based and resource based
Comments
Post a Comment