Deploying ASP.NET to Windows Azure cloud, application gives error when running on cloud
问题 I am trying to deploy an ASP.NET application the Windows Azure cloud. I am using Google API for one of the calls in the application. When I do this, I get the following error: System.UnauthorizedAccessException: Access to the path 'Google.Apis.Auth' is denied.` ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on