Button not working under secure site

R

Rob

Hi:

We are having an odd issue with a button not firing in ASP.NET on our
login page. Nothing happens, nada. This only happens when we access
the site via https:, works great from our non-secure url (Same code,
same directory), so pretty sure this is a SSL related issue. The
validators on the page are working great, we get standard errors for
blank fields. We also have both sites setup as applications.

Code for the button is pretty standard:

<asp:Button id="btnLogin" runat="server" Text="Login"></asp:Button>

wrapped in a form.

Thanks in advance for your help.

-Rob
 
R

Rob

Thanks, but no change or information. Fiddler did connect to the SSL
session and logs it opening the page. But when I hit the login button,
nothing, no life, nada. Still searching . . .
 
D

Dominick Baier [DevelopMentor]

Hello Rob,

fiddler does show you _no request_ when you hit the button - no postback??
 

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,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top