We are running windows 2008R2 with with TSG running. Everything has been running fine since it was set up a few years ago, however out of the blue we are receiving the following error:
Description: 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.Exception Details: System.ComponentModel.Win32Exception: The handle is invalid
Source Error:
Line 385: <td><a id='PORTAL_SIGNOUT' href="javascript:onUserDisconnect()" target="_self"><%=L_SignOutTab_Text%></a></td>
Line 386:<%
Line 387: }
Line 388:%>
Line 389: <td width="30"> </td>
Source File: c:\Windows\Web\RDWeb\Pages\en-US\Default.aspx Line: 387
We have tried removing and re-adding the TS Web Access component, however it simply returns the same error. As you can see it's falling over on a closing brace, however it seems from the file (Default.aspx) that the closing brace is required.
I have checked all the correct pages are in IIS as well. I'm a bit stumped and would like to see if anyone has come across this before.