Friday, August 15, 2008

Article on ASP.NET Configuration Encryption

Web.config file is a configuration file for the ASP.NET web application. An ASP.NET application has one web.config file on root, which keeps the configurations required for the corresponding Web application. Developers can keep one configuration file for each folder, which overrides properties of root configuration file. Web.config file is written in XML with specific tags having specific meanings. As this file keeps sensitive information of a Web application, it's need to be encrypted. Please check the following url to find more in details with code snipped.
http://aspalliance.com/1695

No comments:

Post a Comment

Mocking API Responses in Azure API Management Portal

A mock API imitates a real API call by providing a realistic JSON or XML response to the requester. Mock APIs can be designed on a developer...