Resolution: To resolve this issue open the web.config file for the application and modify the value of the ‘PlanServer’ key to be the name of your K2 server. <appSettings> <add key= “PlanServer” value =”k2megasrv“ /> <add key=”K2ConnectionString” value =” [;]; Authentication=Windows;Domain=;User=;Password=” /> </appSettings> Save the file and then refresh the browser to see the results. |