Click here to Skip to main content
15,898,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear one and all,
I would like to have a detailed description regarding the usage of SSL and Https in asp.net. How can i create a certificate and how can i use it in the code.

can any one explain it is very urgent to me.


Thanks & Regards,
M.Dorababu
Posted
Updated 29-Apr-10 2:29am
v2

If it really was urgent, you would have googled it.
 
Share this answer
 
I googled but the process up to creation of certificate i understood but how to process the pending request i am unable to get so can any one please help.
 
Share this answer
 
Have a look to the Link. It'll be of helpful to you.
 
Share this answer
 
If this is in a corporate environment, you should ask the administrators how to request a certificate.
If you want to do it on the internet, you can either create your own cert if you run some sort of certifcate authority, or just use a self signed certificate. Note that this will send all lights flashing on client browsers, because your certificate is not trusted by the world at large.
Otherwise you buy a certificate from a reputable certificate authority (verisign, thawte,...). It costs a shitload of money, often requires collateral to prove you are who you say you are, and is limited in time. The CA's web sites will tell you how to go about this.
 
Share this answer
 
v2
I have gone through this tutorial and tried to generate a certificate but i could not get the certificate can any one go thrugh this tutorial and explain how to do this.

http://www.c-sharpcorner.com/UploadFile/ankithakurSecure_Sockets_Layer_aspx03052007002217AM
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900