How to change web.config so that K2 apps work with sharepoin

  • 20 September 2005
  • 3 replies
  • 1 view

Badge +2
Hi, One question about K2 apps running in Server with SharePoint apps.

I rolled the web apps from my own development machine(Windows XP Professional-without sharepoint apps) to the staging machine(Windows 2003 Server-with sharepoint apps).

The web apps are running well from my machine but when I tried to access the asp.net pages hosted in the web server of the staging server, I got the following error:

Quote:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unverifiable assembly 'K2OF' failed policy check.

Source Error:


[No relevant source lines]


Source File: machine.config Line: 258


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

Unquote

I was told that Share Point apps are causing the problems. So what should I do with the web.config in order to solve this?

Thanks
LW

3 replies

Badge +11
Please have a look at the following KB article: http://kb.k2workflow.com/Articles/KB000068.aspx

Regards,
Ockert
Badge +4
Put your K2 app in it's own virtual directory
That way you won't need to grant it permission to your sharepoint app
Badge +4
http://kb.k2workflow.com/Articles/KB000064.aspx

Reply