Skip to main content
Hi all,

My customer open K2Workspace but often 401 error, but if close the IE and reopen it, K2Workspace will work. So what't the problem, i met this problem is VPC also.

Regards,
karon.
It is normally a timeout error, but do the following to display the correct error:
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:

Code:
<customErrors defaultRedirect="Error_Page.htm" mode="Off" />

David

Reply