472,352 Members | 1,692 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

Creating secure login page

Hi Everyone,

I am working on an ASP.net application and I have a homepage to which
everyone visits of course and on that front page I have a user ID and
password box and a login button.

What I don't understand is some sites I visit don't use SSL on the
login page. Instead you visit the homepage and there is no padlock.
Then you type in your user ID and password and then click login and
then it redirects to a secure area.

How do you do this and is it secure? If you want an example visit
(www.chase.com or www.bankofamerica.com). Both feature logins on the
home page but they aren't padlocked when you visit.

I am lost, any help would be great!

Nov 28 '05 #1
1 2078
The page you're on doesn't have to be padlocked as long as it submits to an
SSL-protected page. I remember an article in the WSJ a few months ago that
banks were changing this because the SSL encryption of the first page (with
the logion box) was eating up too much processing. Their sites work on a
scale much larger than anything I work on does, so I'm usually inclined to
SSL protect the login page as well. Since ASPX pages post back to
themselves, I'm not exactly sure how you'd pull off a secure postback
properly (ASP.NET 2.0 pages can submit to another page, but 1.x can't
without some serious tinkering).

If you view the source of the Bank of America page, you'll find this as part
of the login code:
<form name="frmSignIn"
action="https://onlineid.bankofamerica.com/cgi-bin/sso.login.controller?nosc
ript=true

See the HTTPS now?

<sh*******@yahoo.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
Hi Everyone,

I am working on an ASP.net application and I have a homepage to which
everyone visits of course and on that front page I have a user ID and
password box and a login button.

What I don't understand is some sites I visit don't use SSL on the
login page. Instead you visit the homepage and there is no padlock.
Then you type in your user ID and password and then click login and
then it redirects to a secure area.

How do you do this and is it secure? If you want an example visit
(www.chase.com or www.bankofamerica.com). Both feature logins on the
home page but they aren't padlocked when you visit.

I am lost, any help would be great!

Nov 28 '05 #2

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

Similar topics

6
by: Sarah Tanembaum | last post by:
I was wondering if it is possible to create a secure database system using RDBMS(MySQL, Oracle, SQL*Server, PostgreSQL etc) and web...
8
by: mo | last post by:
Sorry I can't be more specific, but.... I'd like to create a secure login from an ASP page to a specific SQL Server 2000 Db. Is there an accepted...
18
by: | last post by:
Please help. After a number of wrong turns and experiments I need advice on login management system to secure our web pages without...
0
by: | last post by:
Which of these scenarios is better: A -- User Registers and is returned to the login screen to test his new username ie (email address). A...
6
by: Billy Jacobs | last post by:
I have a website which has both secure and non-secure pages. I want to uses forms authentication. How do I accomplish this? Originally I had my...
0
by: a_ahsan786 | last post by:
I am stuck and I need some help solving this problem. I have this code in CURL & PHP to login to secure page and collect XML data which works...
0
by: Rob Meade | last post by:
Hi all, ok - the scenario... We have a secure login page known as the Clinical Portal (single login etc) - we have a web user control for this...
12
by: Mats Lycken | last post by:
Hi, I'm creating a CMS that I would like to be plug-in based with different plugins handling different kinds of content. What I really want is to...
2
by: astolpho | last post by:
I am using a slightly outdated reference book on J2EE programming. It gives 2 methods of creating a database used in its casestudies. The first is an...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

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.