Kasım 26, 2014
Setting up an IIS6 Application Pool Identity

Setting up an IIS6 Application Pool Identity Often times it’s necessary to run an ASP.NET application under a different user account than Network Service. Usually this is the case when Network Service doesn’t have enough rights to access necessary application resources like a database or a file share on a different server. Here’s how