I'm working on a IIS6 to IIS7 migration using MS Web Deploy 3, and cannot find any information on how to handle migrating the IIS guest account associated with each website.
I realize that ACLs can be migrated, but in IIS6 the default guest account is MachineName\IUSR_MachineName, which isn't a domain account, so it can't really exist on the destination machine.
So, is there a way to translate the guest account permissions on the target machine (IIS6) to the destination (IIS7) into IIS_IUSRS?