Joined
·
3 Posts
Hey,
I've been trying to do some online work (similar to MTurk but a little different), and my problem is, the submit button doesn't work in IE for me. When I try to click on it, nothing happens. I was receiving a small error message on the left side of the browser on the bottom, but that's gone away now. Just to clarify, this ISN'T my own website I'm having trouble with. I have gone on the message board of the job to see if anyone else is experiencing the same problem, but it seems to be working fine for everyone else. I have attempted to try it out on other computers in my house, but I get the same problem. I am using IE9, on Windows 7. On the webpage itself I got the view source, so I'm going to paste what it says:
<html>
<head>
<title>An error occurred when verifying security for the message.</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>
<body bgcolor="white">
<span><H1>Server Error in '/Judge' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>An error occurred when verifying security for the message.</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
<br><br>
<b> Exception Details: </b>System.ServiceModel.FaultException: An error occurred when verifying security for the message.<br><br>
<b>Source Error:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
Line 54: DateTime t3 = DateTime.Now;
Line 55:
<font color=red>Line 56: string appDataXML = judgingClient.GetApplicationDataXml(hitAppID);
</font>Line 57:
Line 58: DateTime t4 = DateTime.Now;</pre></code>
</td>
</tr>
</table>
<br>
<b> Source File: </b> d:\app\WebV2.build_144\Views\GetTemplate.aspx.cs<b> Line: </b> 56
<br><br>
<b>Stack Trace:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
[FaultException: An error occurred when verifying security for the message.]
[MessageSecurityException: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail.]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +4728723
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +1725
Microsoft.Search.UHRS.Client.ServiceReference.IJudging.GetApplicationDataXml(Int32 HitAppID) +0
Uhrs.Web.GetTemplate.Page_Load(Object sender, EventArgs e) in d:\app\WebV2.build_144\Views\GetTemplate.aspx.cs:56
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064
</pre></code>
</td>
</tr>
</table>
<br>
<hr width=100% size=1 color=silver>
<b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
</font>
Thank you in advance for your help!
I've been trying to do some online work (similar to MTurk but a little different), and my problem is, the submit button doesn't work in IE for me. When I try to click on it, nothing happens. I was receiving a small error message on the left side of the browser on the bottom, but that's gone away now. Just to clarify, this ISN'T my own website I'm having trouble with. I have gone on the message board of the job to see if anyone else is experiencing the same problem, but it seems to be working fine for everyone else. I have attempted to try it out on other computers in my house, but I get the same problem. I am using IE9, on Windows 7. On the webpage itself I got the view source, so I'm going to paste what it says:
<html>
<head>
<title>An error occurred when verifying security for the message.</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>
<body bgcolor="white">
<span><H1>Server Error in '/Judge' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>An error occurred when verifying security for the message.</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
<br><br>
<b> Exception Details: </b>System.ServiceModel.FaultException: An error occurred when verifying security for the message.<br><br>
<b>Source Error:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
Line 54: DateTime t3 = DateTime.Now;
Line 55:
<font color=red>Line 56: string appDataXML = judgingClient.GetApplicationDataXml(hitAppID);
</font>Line 57:
Line 58: DateTime t4 = DateTime.Now;</pre></code>
</td>
</tr>
</table>
<br>
<b> Source File: </b> d:\app\WebV2.build_144\Views\GetTemplate.aspx.cs<b> Line: </b> 56
<br><br>
<b>Stack Trace:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
[FaultException: An error occurred when verifying security for the message.]
[MessageSecurityException: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail.]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +4728723
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +1725
Microsoft.Search.UHRS.Client.ServiceReference.IJudging.GetApplicationDataXml(Int32 HitAppID) +0
Uhrs.Web.GetTemplate.Page_Load(Object sender, EventArgs e) in d:\app\WebV2.build_144\Views\GetTemplate.aspx.cs:56
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064
</pre></code>
</td>
</tr>
</table>
<br>
<hr width=100% size=1 color=silver>
<b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
</font>
Thank you in advance for your help!