Hi,
Without ASP.NET impersonation, the website run in the security context of the application pool identity. The default Application Pool Identity in IIS 7.5 (Windows 7) changed from NetworkService to AppPoolIdentity.
You can configure the application pool identity as NetworkService or another user account, then test again.