SSRS Local Administrators Do Not Have Full Access in Report Manager and Report Server

I finally joined the rest of the civilized world on Windows 7 and so far have been very happy.  But I haven’t been able to get away from supporting a local development environment.  So I installed SQL Server 2005 on Windows 7 Enterprise including SQL Server Reporting Services and the rest of the services and everything configured properly (you still have to go through all of the IIS configuration before you can properly install SSRS, that information can be found in many other places).  After the installation and configuration I went to the Report Manager only to realize that I could not see the Site Settings link or any of the typical functionality and layout.  It appeared as if the administrator permissions were not getting through.  Next, I tried to access the Report Server URL only to get the typical error:

The permissions granted to user SERVERNAME\username' are insufficient for performing this operation. (rsAccessDenied)

I went around and around trying to figure out where the permissions could be added or removed to no avail.  Then I remembered that many applications do not seem to pass permissions through properly unless they are RUN AS Administrator.  Sure enough, when I right clicked Internet Explorer and RUN AS Administrator, all of the Report Manager functionality was in place and I was able to access the Report Server URL as well.  So, if you seem to be having permissions issues try the Run As command before you go round and round with permissions.