Metabase problem in IIS when using .NET 2 Framework

In the command line execute the following command:

aspnet_regiis -ga MACHINE_NAME\IIS_PROCESS_ACCOUNT

If you don’t know which account is IIS_PROCESS_ACCOUNT do the following:

aspnet_regiis -ga everyone

On non-english systems, “everyone” should be replaced with a respective word.

Leave a comment