[Framework 1.1] HTTP and HTTPS form in one aspx

  • Thread starter sebastien.varoteaux
  • Start date
S

sebastien.varoteaux

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?
 
B

bruce barker \(sqlwork.com\)

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)
 
S

sebastien.varoteaux

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 :
 

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

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,233
Latest member
AlyssaCrai

Latest Threads

Top