Posted on: 1/21/2014 3:42:41 PM | Views : 648

Hi All: I have a website built in .net4 using standard membership, running on IIS7.5. The website works perfectly fine when I test it from most locations, but in one location (connecting through a Netgear WiFi router without a firewall), after logging in, something is being inserted in the URL after the domain but before the actual page:
https://www.mysite.com/(F(AkgviRF8c7xtzEghW9QeT9OVgDRH--qzlYvxCdD04SzXHYZn79v-3S9jTdEhVfC0eXc0VgN_4iRBTxcvDtLP4rQJqX_HNyG4fsHIyBeDOyvsH8gEf04yoaqlTaXlTrqDSblphVyTX9dyWXbIEvIPVCi1RRvPvLHhkuouwLUokyZLflI2sy00dAzDrXJ0YousQWE8nLKxmni-aJanqKQ77aag0d3ODP8AR8u-WpyNO2E1))/checkout
This is causing problems with relative links to images, CSS files and JS files.
Is this an IIS issue? Is some cookie being blocked and instead inserted into the URL?
I've only noticed this in one physical location, but I've had reports from people with problems on the website that I expect are being cau ...

Go to the complete details ...