Does anyone know if there exists a method for escaping high bit charachters in an url? We are behind an ISA server which has the "Block High Bit Charachters" setting enabled, and our generetad FriendlyUrl's aren't getting through...
If you're using a Uri for storing your URL, you should be able to use Uri.EscapeDataString to escape the high bit characters, and convert them to their hex representation.Reed Copsey, Jr. - http://reedcopsey.com
If you're using a Uri for storing your URL, you should be able to use Uri.EscapeDataString to escape the high bit characters, and convert them to their hex representation.Reed Copsey, Jr. - http://reedcopsey.com