Rolwin Crasta
Rolwin Crasta

Reputation: 4349

The current httpContext can only be set once during a request Error

I get this Error The current httpContext can only be set once during a request. once in a while on my Umbraco Site (Version 6.0.3). Not sure how to resolve this.

Upvotes: 0

Views: 169

Answers (2)

Rolwin Crasta
Rolwin Crasta

Reputation: 4349

I changed the Application pool Managed pipeline Mode from classic to Integrated and this fixed the issue for me. Found it out here : https://our.umbraco.org/forum/getting-started/installing-umbraco/39671-The-current-httpContext-can-only-be-set-once-during-a-request?p=1

Upvotes: 0

Tim
Tim

Reputation: 4257

I believe this was fixed in 6.1, if you upgrade your installation to this version, it should resolve the issue for you! Details can be seen on the Issue Tracker

Upvotes: 1

Related Questions