Just a reminder to myself, to let a user run an application pool without granting silly rights, you just need to run:
aspnet_regiis -ga <machine>\<user>
Which grants rights to the metabase and the temporary files folder.
PermalinkJust a reminder to myself, to let a user run an application pool without granting silly rights, you just need to run:
aspnet_regiis -ga <machine>\<user>
Which grants rights to the metabase and the temporary files folder.
Permalink