473,783 Members | 2,269 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1819
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***@cassocor p.com> wrote in message
news:Og******** ******@TK2MSFTN GP09.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******@takem pis.com> wrote in message
news:uy******** ******@TK2MSFTN GP09.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***@cassocor p.com> wrote in message
news:Og******** ******@TK2MSFTN GP09.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***@cassocor p.com> wrote in message
news:#u******** *****@TK2MSFTNG P10.phx.gbl...
Awesome, Do you have an article or some more info on exactly how to do
this?

Joe
"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:uy******** ******@TK2MSFTN GP09.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***@cassocor p.com> wrote in message
news:Og******** ******@TK2MSFTN GP09.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******@takem pis.com> wrote in message
news:O6******** ******@TK2MSFTN GP14.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***@cassocor p.com> wrote in message
news:#u******** *****@TK2MSFTNG P10.phx.gbl...
Awesome, Do you have an article or some more info on exactly how to do
this?

Joe
"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:uy******** ******@TK2MSFTN GP09.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***@cassocor p.com> wrote in message
news:Og******** ******@TK2MSFTN GP09.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
2934
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; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en
1
8909
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 HttpWebRequest to send the request across. I get an exception "Could not establish trust relationship with remote server." Can anyone guide me as how I can complete this request and get a response? Do I need to do something to accept all certificates...
2
2242
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 transfer. I modified web.config and properties of Login page from IIS server. And now when ever the execution is redirected to Login.aspx It is having https as its protocol.
3
14048
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 enter the absolute url like response.redirect("https://myProductionServer.com/SecurePage.aspx"), because when Im working in the development server I would have to change it back and forth everytime. Is there an easy way to do this without having...
1
2828
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 how web forms work, and the examples on the python.org/doc site aren't really helpful. I've found working scripted login code using javascript, but I don't speak javascript. These are the relevant functions:
6
3130
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 & annoying the customer. I tried to put together some code to rotate through a Bizrate, PriceGrabber, Shopping.com and Nextag survey, I have taken the survey code the shopping comparison engines gave and tried to put it in a random number script to...
1
3101
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: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/html/XmlBkMkRead.asp Consider the following code to print xml. This code assumes that the xml text given in the reader will be of a certain form -- basically having a root node, which is not a crazy assumption at all. It...
3
1498
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". I try again and the second time i succeed,judging from the output of line "8". Now using the "twill" module (http://www.idyll.org/~t/www-tools/twill/)
1
1586
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". I try again and the second time i succeed,judging from the output of line "8". Now using the "twill" module (http://www.idyll.org/~t/www-tools/twill/)
0
10712
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 am using Apache server/Linux platform and started server with "server certificate". I configured server to listen HTTPS service at port 443. I downloaded download.txt correctly from server using command as $curl --cacert cacert.pem ...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10147
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10081
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8968
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7494
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6735
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4044
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3643
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2875
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.