Posted 02/23/2015 by Akshay Sura
With Sitecore Powershell 2.8 and the new version of Insite installed, the Powershell console does not work. Both Insite and Powershell use the Console folder on the website root. Insite’s MVC routes clash with the requests for the Powershell and so the Powershell console hangs.
Also the subsequent KeepAlive requests also fail.
So a temporary solution is to modify the console.js and the ise.js file and make the entire url lowercase.

This seems to help and I am able to get the console running properly.

I put in a request on the Sitecore Powershell request page on GitHub.