 |
Global Query String Encryption - CodeProject
Hi shamas. I suggest to check and debug this part of code : if (query.StartsWith(PARAMETER_NAME, StringComparison.OrdinalIgnoreCase)) {// Decrypts the query string and rewrites the path. string rawQuery = query.Replace(PARAMETER_NAME, string.Empty);
www.codeproject.com |
 |