IPv6 scope id issue with IE
- by eych
I have an ASP.NET website that works with Firefox because FF doesn't need the % in the scope-id to be encoded (%25).
The website also works on the same machine using IE because I can leave out the scope-id.
However, to access the website from another machine in the network, I need to add the scope-id to the IPv6 address.
For some reason, using the scope-id doesn't allow an authentication cookie to be created, and the website keeps going back to the login page.
Anyone using IE7+ to access an ASP.NET website on a network using IPv6 with an encoded %?