Hi, I'm developing with asp.net, c# .net 3.5
I know there is a overhead to setup the IIS and obtain certificate to transmit in encryption. Since I haven't done this before. I was wondering if there is any differences in asp.net /C# coding when I want to send the form data in encryption when user clicks the submit button? What about the server side of code in C#? Are there additional work there too?
Also, is there some sample code/web site that I can check out? thanks.