WCF & Basic Authentication -


i want configure basic authentication on iis7 hosting several wcf/asmx services, want clients store user name , passwords inside web.config file without modify client code, possible?

you can configure iis7 basic authentication, authenticate against local users , groups rather web.config configuration file.

i not recommend putting them in configuration file have go effort of encrypting passwords , have modify code use custom authentication method.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -