No matter where I install the ASP.NET Search Control, I receive this error. Yes, I have converted the folder to run as an application. Any thoughts would be appreciated. The view source says nothing useful that I could see...take a look:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
Untitled Page
</title></head>
<body style="text-align:center; padding-top:50px;">
<form name="form1" method="post" action="Error.aspx?aspxerrorpath=%2fSearch%2fsearc h.aspx" id="form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODExMDE5NzY5ZGRnvm34ojK8GYMGreLtLbdQXXK5Nw= =" />
</div>
<div>
<span id="lblErrorMessage">Internal error occurred.</span>
<!--ERROR_PAGE-->
</div>
</form>
</body>
</html>
Btw, there is no space between the "c" and the "h" in "search.aspx", but for some reason the preview keeps showing one there.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
Untitled Page
</title></head>
<body style="text-align:center; padding-top:50px;">
<form name="form1" method="post" action="Error.aspx?aspxerrorpath=%2fSearch%2fsearc h.aspx" id="form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODExMDE5NzY5ZGRnvm34ojK8GYMGreLtLbdQXXK5Nw= =" />
</div>
<div>
<span id="lblErrorMessage">Internal error occurred.</span>
<!--ERROR_PAGE-->
</div>
</form>
</body>
</html>
Btw, there is no space between the "c" and the "h" in "search.aspx", but for some reason the preview keeps showing one there.
Comment