Skip to main content
Hello
I installed k2 on a machine where sharepoint is installed
In IIS i created a new website and i gave a different port of the Crm port

In the installation of k2 i specified the new website for the workspace and the workspace service with an application pool that i have created for them.

The user have all the permissions set on all the folders and the databases.

All the vurtual directories created under the K2V3 are accessible, i can browse the workspaceservice but when i try to browse the workspace virtual directory it return the following error:

The request failed with HTTP status 401: Unauthorized.

Please hellpppppppp
Since you are now using Ports, you probably need to update the C:Prgram FilesK2.net 2003BinK2WSweb.config server setting to include the port number (in the example, I use port 9876).

i.e.
<add key="WebServer" value="http://K2MEGASRV:9876/K2V3" />

(you were doing the right troubleshooting steps though...nice work!)

Try that and see if it works out.

Reply