Buy Questpond's video subscriptions on
huge discount
.
Online: 7151
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
ASP.NET
>
Loading ...
what is ssl and use of it in practically
Posted by
Shanky11
under
ASP.NET
on 8/24/2012 |
Points: 10
| Views : 1992 | Status :
[Member]
| Replies : 2
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
what is ssl and use of it in practically
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Gopesh9
on: 8/24/2012
[Member]
Starter
|
Points: 25
0
You can go through this article to know more about it...
http://www.dotnetfunda.com/articles/article891-6-steps-to-implement-dual-security-on-wcf-using-user-name-ssl.aspx
http://www.dotnetfunda.com/articles/article730-session-security-in-aspnet.aspx
G. S.
.Net Developer
Shanky11
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Ranjeet_8
on: 8/24/2012
[Member]
[MVP]
Gold
|
Points: 25
0
SSL: Secure Sockets Layer:
It is secure way of sending data over the internet. It uses the https protocol and the
appropriate security certificates(encryption keys).
When a user requests a page using SSL, the web server generates an encryption key
for the user and then encrypts the page data.the encrypted page is then sent to the
browser. When the browser receives the SSL Page,it uses the same encryption key to
decrypt the received page.
Refer this url :
http://www.petri.co.il/configure_ssl_on_your_website_with_iis.htm
Shanky11
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...