Skip to main content
I have VS 2003 SP1 + K2 Studio SP4 on a development machine and the K2.net 2003 Server on another, on the same domain.

I have made a new web app, added the k2 smart form item, selected the planpage pagetype and the configauthentication authentication.

Do I need to edit my web.config to specify the K2 server as I have read ? How do I write that ? What is the syntax ?

I have this in my web.config :
;Authentication=Windows;Domain=;User=;Password=" />


More information needed ?
There should be a 'PlanServer' key in the web.config. You need to specify the name of your K2.net Server machine like:
<add key="PlanServer" value="K2MEGA" />

HTH,
Ockert

Reply