k2 Workspace not loading correctly

  • 29 April 2014
  • 4 replies
  • 3 views

Badge +1

I've just installed K2 blackpearl and I'm tring to access the k2 workspace but it gives me the following errer massage on IE:

----------------------------------------------------------------------------------------------------------------------------------------------------------------

Server Error in '/Workspace' Application.
--------------------------------------------------------------------------------

This operation requires IIS integrated pipeline mode.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.PlatformNotSupportedException: This operation requires IIS integrated pipeline mode.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[PlatformNotSupportedException: This operation requires IIS integrated pipeline mode.]
System.Web.HttpResponse.get_Headers() +4377282
Navigation_Navigation.Page_Load(Object sender, EventArgs e) +189
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
System.Web.UI.Control.OnLoad(EventArgs e) +132
System.Web.UI.Control.LoadRecursive() +66
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428

 


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

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

When trying to use the comptibilty mode the page load a part of the site but its not working:

12747iDBCBF48E155F54B0.png

 

also trying google chrome didn't load the site.

 

K2 Environment:

     - windows server 2012

     - IIS 8

     - Sql Server 2012 (on anther server)


4 replies

Badge +5

Hi, Khalidspace


 


This error means that the IIS browser definitions need to be updated to recognize IE10.


 


Can you please go to the link below to view suggestions on how to fix the error.


 


http://help.k2.com/kb001327


 


Regards


 


Julia

Badge +7

Good day 


 


Just wanted to find out if Julia's suggessions were able to help resolve the issue you were facing? 


Do you require additional information and assistance?


 


Kind regards


Nelly

Badge +5

Hi, Khalidspace


 


Just to follow up on this post, is your K2 workspace loading correctly now?


 


Regards


 


Julia

Userlevel 4
Badge +13

Hi Khalidspace


 


The error at hand states that the "operation requires IIS integrated pipeline mode."


 


The Integrated Pipeline is one of the new features of Internet Information Services (IIS) version 7. It allows your HttpModules to participate in all requests, including those for static content, PHP pages and images.


 


Please have a look at these articles which will help you to enable and understand IIS Intergrated Pipeline mode and the use of it.


Enable integrated pipeline on IIS7


When to use Integrated and Classic Pipeline Mode for IIS 7.0

Reply