Getting an error when trying to open k2 workspace

  • 11 March 2006
  • 1 reply
  • 0 views

Badge +1
Hi Everyone,

I am getting an error when trying to open k2 workspace i.e http://<machine name>/K2V3/Workspace/Workspace.aspx. The error is


An error has occurred.

Please click here to refresh the Workspace.

If the problem persists, contact your system administrator for assistance.


Can anybody suggest me what r the reasons and how to solve it.

Regards,
Sayantan

1 reply

Badge +8
By default the actual error is not displayed. To get the actual error, edit the Web.config file in the C:Program FilesK2.net 2003K2WSWorkspace directory. Change the customErrors tag's mode value to "Off", should look like the following:
<customErrors defaultRedirect="Error_Page.htm" mode="Off" />

Reply