473,396 Members | 1,989 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

using ASP.NET with https

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
Nov 18 '05 #1
4 1802
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

"vbGansta" <js***@cassocorp.com> wrote in message
news:Og**************@TK2MSFTNGP09.phx.gbl...
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

Nov 18 '05 #2
Awesome, Do you have an article or some more info on exactly how to do
this?

Joe
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:uy**************@TK2MSFTNGP09.phx.gbl...
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

"vbGansta" <js***@cassocorp.com> wrote in message
news:Og**************@TK2MSFTNGP09.phx.gbl...
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


Nov 18 '05 #3
Hi Joe,

Here's a link to the Verisign "How To" article. Verisign is one of the
leading providers of secure certificates:

http://www.verisign.com/products-ser...10164670057000

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

"vbGansta" <js***@cassocorp.com> wrote in message
news:#u*************@TK2MSFTNGP10.phx.gbl...
Awesome, Do you have an article or some more info on exactly how to do
this?

Joe
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:uy**************@TK2MSFTNGP09.phx.gbl...
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

"vbGansta" <js***@cassocorp.com> wrote in message
news:Og**************@TK2MSFTNGP09.phx.gbl...
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



Nov 18 '05 #4
Kevin,

Thanks for your help.

Joe
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:O6**************@TK2MSFTNGP14.phx.gbl...
Hi Joe,

Here's a link to the Verisign "How To" article. Verisign is one of the
leading providers of secure certificates:

http://www.verisign.com/products-ser...10164670057000
--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"vbGansta" <js***@cassocorp.com> wrote in message
news:#u*************@TK2MSFTNGP10.phx.gbl...
Awesome, Do you have an article or some more info on exactly how to do
this?

Joe
"Kevin Spencer" <ks******@takempis.com> wrote in message
news:uy**************@TK2MSFTNGP09.phx.gbl...
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

"vbGansta" <js***@cassocorp.com> wrote in message
news:Og**************@TK2MSFTNGP09.phx.gbl...
> 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
>
>



Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Robert | last post by:
did you solve this problem? It seems to be still present here with py2.3.5. Robert -- From: Manish Jethani <manish.j@gmx.net> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;...
1
by: Ashutosh Bhalerao | last post by:
Hi all, I am trying to write a VB.Net application which communicates over SSL with an IIS server. I have got a temporary certificate from Verisign and installed it on IIS. I am using...
2
by: Rujuta Gandhi | last post by:
Hi All, I am facing a very crucial problem. Im developing a web application using .net studio 2005(beta). I want my Login.aspx page to be secured(https) for encrypted login information...
3
by: Pooja Renukdas | last post by:
Hello, I have this web site where only two pages have to be secure pages and I need to call them using https, but since I have my development server and my production web server, I dont want to...
1
by: dmbkiwi | last post by:
I've been using urllib2 to try and automate logging into the google adsense page. I want to download the csv report files, so that I can do some analysis of them. However, I don't really know...
6
by: sales | last post by:
Hello, I am trying to get my website checkout page to rotate / take turns displaying shopping comparison engine surveys rather than display them all 4 at the same time, thus overwhelming &...
1
by: eric.olstad | last post by:
I have discovered a bug in XmlBookmarkReader (code provided by MSDN, but not necessarily supported by Microsoft). The article is found here:...
3
by: jnair | last post by:
Hi , I am using python2.4 "urllib2" and "cookelib". In line "5" below i provide my credentials to login into a web site.During the first attempt i "fail", judging from the output of line "6"....
1
by: jnair | last post by:
Hi , I am using python2.4 "urllib2" and "cookelib". In line "5" below i provide my credentials to login into a web site.During the first attempt i "fail", judging from the output of line "6"....
0
by: mahesh anasuri | last post by:
Hi all, I am new to this mailing list. Thankful if any one is using curl/linux version to and worked on Https. I have created certificates (PEM format) for client and server using openSSL. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.