Secure Sockets

sureshcd10

Regular
Joined
Dec 25, 2003
Messages
77
while visiting some sites I can see a lock symbol on the bottom of the browser window indicating that it is using a trusted site.
How can I display with my .aspx pages.?
 
If you are accessing the page via a secure connection (https) then the browser will display it - if you are accessing it via a non secure connection (http) then it won't.

If you require secure access you will need to configure your web server for https - this will require access to a certificate server (and if this needs to be accessed from the internet you will have to spend money with the likes of Verisign).
 
Back
Top