Skip to main content
hi,

I get the Page not found error whenever i try to access the workspace.

can anyone suggest me how to get it done.

is there any config settings i need to do after installing k2.net 2003 in my machine

thanks in advance
ravi
Hi,

Try to edit web.config located in K2WSWorkspace and review appConfig vars:

<appSettings>
<add key="ServerName" value="WEB" />
<add key="WebServer" value="http://K2/K2V3" />
</appSettings>

I had the same problem because WebServer var was incorrect.

Reply