Whenever we use a Web Application, a common concern is security. As Messages are transferred in plain text over the network, anyone can intercept the message and read it. So a solution is to use HTTPS (SSL) instead of HTTP, so that the communication gets encrypted.DescriptionYou simply need to do the following:
Creating And Using C# Web Application Over HTTPS - SSL
Facts of Ref And Out Type Parameters in C#
Good Article