Tag Archives: C#

Configure IIS Website with SSL

To secure your website you can use SSL and certificates. In this post I will explain in detail how to setup your site to use a certificate, including the details of installing your own Certification Authority. Finally I will show … Continue reading

Posted in C#, Security, VS200[5][8] | Tagged , , | Leave a comment

WCF and MSMQ

First let us understand why MSMQ came in to picture and then rest will follow. Let us take a scenario where your client needs to upload data to a central server. If everything will works fine and the server is … Continue reading

Posted in C#, WCF | Tagged , , | Leave a comment

Using MSMQ with C#

First add the MSMQ component to your windows installation. Go to Add Remove programs; Add Windows Components; Select Aplication Server; press Details and check Message Queuing Press Ok; press Finish Configure the Message and Queing service to restart when errors … Continue reading

Posted in C# | Tagged , | Leave a comment