473,402 Members | 2,053 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,402 software developers and data experts.

[Framework 1.1] HTTP and HTTPS form in one aspx

Hi all,

I have an aspx page which must contains two forms...
I know that it's impossible but my client wants a login form in all
pages...
The login must be secured and all the website can't be in https!
I can not modify action via javascript because the website must be
AA-WCAG compliant (Accessibility).

Is anybody has an idea?

Apr 13 '06 #1
2 1112
you can have two forms on a page. the asp.net callback model only supports 1
per page, but you can still add a second html form (don't add runat=server)
that posts to a login page.

you other option is to create a login control, and place it on every page.
in this case have your pages inherit from a base page that implements the
login logic.

not sure how you can have a secure login with out https.

-- bruce (sqlwork.com)

<se*****************@gmail.com> wrote in message
news:11**********************@t31g2000cwb.googlegr oups.com...
Hi all,

I have an aspx page which must contains two forms...
I know that it's impossible but my client wants a login form in all
pages...
The login must be secured and all the website can't be in https!
I can not modify action via javascript because the website must be
AA-WCAG compliant (Accessibility).

Is anybody has an idea?

Apr 13 '06 #2
creating a control which handle login information is a good solution
but...
How can i use HTTPS for the login and HTTP for all the others?

bruce barker (sqlwork.com) a écrit :
you can have two forms on a page. the asp.net callback model only supports 1
per page, but you can still add a second html form (don't add runat=server)
that posts to a login page.

you other option is to create a login control, and place it on every page.
in this case have your pages inherit from a base page that implements the
login logic.

not sure how you can have a secure login with out https.

-- bruce (sqlwork.com)

<se*****************@gmail.com> wrote in message
news:11**********************@t31g2000cwb.googlegr oups.com...
Hi all,

I have an aspx page which must contains two forms...
I know that it's impossible but my client wants a login form in all
pages...
The login must be secured and all the website can't be in https!
I can not modify action via javascript because the website must be
AA-WCAG compliant (Accessibility).

Is anybody has an idea?


Apr 27 '06 #3

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

Similar topics

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...
6
by: Phillip N Rounds | last post by:
I have a webform, from which I have to submit info to another site. Their instructions are to have a html form, with the following as the submit: <form method="post"...
1
by: dave | last post by:
Hello I have one simple form (myform.asp) and it posts to query.asp I had put below code in both file on top of the page to redirect this two pages in https:// so any one can access it thru http...
3
by: Raymond Tam | last post by:
When I am using server-side button to switch from https to http by using response.redirect "http://a.apsx" in response to the client event, I am still at the https environment (ie. the address bar...
4
by: Chris Ashley | last post by:
Is it possible to persist viewstate information between HTTP and HTTPS (on the same page obviously)? Trying to get around writing some messy state transfer code... it doesn't seem to work if I use...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
13
by: Richard | last post by:
Hi All, The ASPX file below runs fine in ASP .NET WebMatrix 0.6 under WinXP/SP2 with IIS 5.1 and .NET Framework 1.0, 1.1 and 2.0. But if the last scriptString line is eliminated after...
2
by: Greg Wood | last post by:
As a new member, I hope I am posting correctly. Bear with me if not ! I found a posting by Earle Oxner that very closely matches the situation we are in. Sadly, there were no replies to his post,...
25
by: Blasting Cap | last post by:
I keep getting errors that pop up when I am trying to convert an application from dotnet framework 1.1 to framework 2.0. The old project was saved in sourcesafe from Visual Studio 2003, and I have...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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,...
0
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...

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.