Securing .NET Web Services with SSL
Executive Summary
Distributed architecture is one of main characteristics of many modern application. Remote communication between separate modules (clients and servers) is required in order to allow
http://cyqdata.cn/cnblogs/article-detail-40175
Securing configuration files in ASP.Net
The problem:
Majority of ASP.Net applications (web-sites) store configuration settings in the .config file. The file is an XML file, and be can easily consumed from any .NET application using System.
http://cyqdata.cn/cnblogs/article-detail-32547
Securing configuration files in ASP.Net
The problem:
Majority of ASP.Net applications (web-sites) store configuration settings in the .config file. The file is an XML file, and be can easily consumed from any .NET application using System.
http://cyqdata.cn/cnblogs/article-detail-32291