hoping someone might be able to see exactly what this weird url is I am getting. Pretty standard setup, ASP.NET MVC 4.5, standard route, works fine, debugging local and also works deployed locally to an IIS site, but then I deploy to an internal DEV server, which I have deployed other APPS to and work fine, I got a URL like the following;
HTTP-SERVER-NAME-SITE-NAME/(F(0QaIzI5Hs7HNb1NFrdjwD01aXryW70GB7x3wmgbZpmA4zt2P4xX33B7qMxDQzCPpnVfZMlIwQ4p0CYANRXC_fzZIFzrSPbMB1_JYGvjk8ARmA3k4TXRwa6-pnrHX94sc0))/
I have removed the names of the server/site, just because I didn't want to show them, that Url is generated after the user logs in and this is the return URL from logging in, all fine except for the funky string which has been generated, the string is same FOR every session, there is another clue, I don't think this is an issue with URL.Content it seems like a server related deployment issue, but freaking me, can't work out at the moment what is generating the weird URL.
Development server is the following; Windows Server 2003 R2
BUt I have deployed other Apps to this site MVC Apps, and have not had this issue, just seems to be this site, the URL is correct, because it is redirecting to the Route Defaults which is actually, ~/Order/Index, hence the the URL is empty after the last slash.
UPDATE: Sorry I just double checked and logged in as a different user and also the same user the that funky string is changing, is that the Session ID ? Just checking to see if it is.