Mobile app version of vmapp.org
Login or Join
Shanna517

: What's the system account to run ASP.NET web app for each sites in IIS with different application pool? Suppose I have many different website created on IIS 7 on Windows 2008 R2. Each of them

@Shanna517

Posted in: #AspNet #Iis7

Suppose I have many different website created on IIS 7 on Windows 2008 R2.
Each of them may have different application pool:

.NET 1.1
.NET 2.0
.NET 3.5
.NET 4.0


What the system account to run all those web app? If the app need to read/write file, need to set up right permission for specific folder, then how can I identify the right account to assign right permission?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Shanna517

1 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi995

Each application pool can execute as a specific user to control this do the following:


Click on Application Pools in IIS Manager
Click Advanced Settings
Find the Identity property and click the ellipsis
Select the Custom Account radio button
Enter the user name and password


In step 5 be sure to include the domain name as in: MyDomainUserName

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme