I think that you are getting this because your application pool is in classic mode but your application need integrated mode to fire. change it to Integrated Mode:
Have you tried opening Chrome in incognito mode and see if that works? I'm puzzled if it's the server since you claim that you're able to access the site in both Firefox and Internet Explorer 11. But if it is the server then doing what Dennis describes above is a good first step.
But I suspect that you may have visited the site using Chrome before a change was made and then visited in the other browsers afterwards. Sometimes Chrome is caching things pretty heavy - But usually trying incognito mode works then.
This operation requires IIS integrated pipeline mode.
Hey guys!.
I get this error:
This operation requires IIS integrated pipeline mode.
I am a novice at this, anyone can help me?
In chrome is the problem. It works fine in Firefox and Internet Explorer 11
Hi umbracocoool,
I think that you are getting this because your application pool is in classic mode but your application need integrated mode to fire. change it to Integrated Mode:
Open IIS Manager
Application Pool
Select pool that your app are run in it
In right panel select Basic Setting
Manage Pipeline Mode change to Integrated
Hope this helps,
/Dennis
Hi umbracocool
Have you tried opening Chrome in incognito mode and see if that works? I'm puzzled if it's the server since you claim that you're able to access the site in both Firefox and Internet Explorer 11. But if it is the server then doing what Dennis describes above is a good first step.
But I suspect that you may have visited the site using Chrome before a change was made and then visited in the other browsers afterwards. Sometimes Chrome is caching things pretty heavy - But usually trying incognito mode works then.
Just my 2 cents.
/Jan
is working on a reply...