app.config modification issue in Windows 7
February 28th, 2010 by Sanket
File modification issue in Windows 7 for program files content
We have developed many windows application using C# or VB.NET.
In that we stored connection string and other required data in ‘app.config’ file, and we modify that file using our application to store latest connection or other information.
This is standard practice and works as well.
But in ‘Windows 7’ OS architecture is changed...WCF Security modes provided in .NET
January 27th, 2010 by Sanket
WCF Security modes provided in .NET
Across all service bindings there are five possible security modes:
None. Turns security off.
Transport. Uses transport security for mutual authentication and message protection.
Message. Uses message security for mutual authentication and message protection.
Both. Allows you to supply settings for transport and message-level security (only MSMQ supports this).
TransportWithMessageCredential....