My setup: Drupal 7.22 / PHP 5.3 / IIS 7.5 / SQL Server 2008
My issue:
When I log in with the admin user (user 1) account, I get redirected to the home page without a problem here: http://SERVERNAME/drupal/welcome.
When I log in with a regular user's account that I've created for testing and content creation, I get redirected to a blank "white screen of death" page here: http://SERVERNAME/welcome?destination=node/2.
And when I refresh that same page, then I can see the home page properly.
I also tried the suggestion on this post of un-commenting the "RewriteBase /drupal" in the .htaccess file without success.
This strange behavior happens for me with Firefox20 and IE9, and I've tried it on the User login block as well as the User login page at http://SERVERNAME/drupal/user/login with the same result.
This is what I see on the Recent log messages/DBLOG report:
Type user
Date Friday, April 26, 2013 - 13:48
User jayhawkfan75
Location http://SERVERNAME/drupal/welcome?destination=node/2
Referrerhttp://SERVERNAME/drupal/
Message Session opened for jayhawkfan75.
Severity notice
Hostname 172.16.1.111
Operations
I'm stumped as to what the issue could be. Any suggestions would be very welcome.