(IIS 6, Windows Server 2003 32-bit)
We have an old asp.net 1.1 application that we need to change the app pool user account for. I am setting it to a domain account. For the newer applications I set the NT ACLs and then run aspnet_regiis -ga <username> to grant that username the needed permissions. However, the aspnet_regiis in the v1.1.4322 folder doesn't have the -ga switch.
Can somebody tell me what rights I need to set for this user? Technet tells me it's as simple as granting it the 'log on as a service' and ;act as part of the operating system' rights in local group policy, but that doesn't seem to be enough. With the other asp.net apps, I still need to run the -ga command to give the account the needed metabase rights, but I can't figure out what those rights are.
Thanks in advance.