Hi,
I have transfered my site on IIS7 server. Front end is working fine but when i try to access wp-admin i am getting blank page. I debugged the code and found that it stops at wp_redirect function.
This line on pluggle.php file is not working
header("Location: $location", true, $status);
Please help me out I am in big trouble.