using ASP.NET with https

  • Thread starter Thread starter vbGansta
  • Start date Start date
V

vbGansta

Hi there,

I already have a web site written in ASP.Net with vb as the code behind.
How do I convert this site to use https instead of http. Thanks for your
help.

Joe
 
You install a secure certificate (or get your hosting service to install
one), and any pages you want encrypted must be linked to with absolute URLs
beginning with "https:". FROM any secured page to any non-secured page, you
use an absolute link starting with "http:".

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top