Pratik
Pratik

Reputation: 267

how to use encrypted config file in Membership provider

I am using standard Login control of asp.net with Membership provider for authentication. My requirement is to encrypt config file or particular section of it and decrypt while using it. Problem is How should i encrypt Web.Config file or particular section so that my Membership provider will work properly. Or should I change something in Membership. If anyone know how to do it Please let me know. Thanks in advanced.

Upvotes: 0

Views: 54

Answers (1)

Izzy
Izzy

Reputation: 6866

You can refer to Walkthrough: Encrypting Configuration Information Using Protected Configuration. I found the article to be very useful

Upvotes: 1

Related Questions