why does firefox contend "connection partially encrypted" page?
here's page:
when i (in firefox chrome), says "connection partially encrypted". nonetheless references objects https http distant i tell.
what's rare mislay requiredfieldvalidator, page works fine. here's source (asp.net 3.5):
<%@ page language="c#" %>
<!doctype html open "-//w3c//dtd html 4.01//en" "http://www.w3.org/tr/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>ssl test</title>
</head>
<body>
<form id="form1" runat="server">
<div>
ssl exam #1
<asp:textbox runat='server' id='textdude' />
<asp:requiredfieldvalidator runat='server' id='requireddude' controltovalidate='textdude'
display='dynamic' />
</div>
</form>
</body>
</html>
Comments
Post a Comment