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

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

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