Pages

Sunday, December 18, 2011

Drop in two-factor authentication control, used by the likes of CloudKick.com

Thursday, December 01, 2011

Securing a .Net Remoting

We were experimenting with hosting our server on Azure and connecting remotely from our legacy desktop client.  Of course, this meant the client/server connection, which relies on .Net Remoting needed to be secured.  As it turned out, this only required a change in the app.config to set "secure=true". In the end, securing a .Net Remoting connection was fairly simple.  http://www.codeguru.com/columns/dotnet/article.php/c10253