When I run spell checker from my web server I get the following error:
I've tried to search the forum for the same error type but have come up empty handed. If anyone can shed some light on my issue i'd really appreciate it.
Spell Check Handler Server Error:500
<html>
<head>
<title>Runtime Error</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-weightLbold,color:black;margin-top:-5px}
H1{
font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon}
pre{font-family:"LucidaConsole";font-size:.9em}
.marker{font-weight:bold;color:black;text-decoration:none;}
.version{color:gray;}
.error{margin-botton:10px;}
.expandable{text-decoration:unerline;font-weight:bold;
color:navy;curson:hand;}
</style>
<head>
<body bgcolor="white">
<span><H1>Server Error in'/'Application.<hr width=100%
size=1 color=silver></H1>
<h2> <i>Runtime Error</i></h2></span>
<font face="Arial,Helvetica, Geneva, SunSans-Regular,sans-serif">
<b>Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons).It could, however,be viewed by browsers running on the local server machine.
<br><br>
<b>Details:</b>To enable the details of this specific error message to be viewable on remote machines, please create a
<customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tab should then have its "mode"attribute set to &qyot;Off".<br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
<!-- Web...