Upgrading IIS 7 to 8 found exception "The input is not a valid Base-64 string" -


my application running on iis7 when upgraded iis 8, getting exception

the input not valid base-64 string

as contains non-base 64 character, more 2 padding characters, or illegal character among padding characters. ??


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -