Create application pools and users file - SmartPlant Foundation - IM Update 46 - Administration & Configuration

SmartPlant Foundation Server Manager Help

Language
English
Product
SmartPlant Foundation
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

The following script files are used for creating application pools in IIS and local operating system users to run the application pools. The following table lists the variables for each script file.

CreateSiteScriptWithNewUser.bat

This file creates an application pool for each virtual directory created for the site. The application pool is named the same as the virtual directory. Three application pools are created for each site: the server, the file service, and the FTR service. The virtual directories are then put in their respective application pool.

This file also creates a new user on the operating system for each application pool. The user account is given a password of #1#2#3#4#a#b#c, and it is assigned as the Identity of their respective application pool. The user is also placed in the IIS_USRS group on the operating system.

Variable

Description

%1

Name of application pool.

%2

Physical path to virtual directory.

%3

Name of application virtual directory.

%4

True or False (If True, the application pool will be running in 32-bit mode, otherwise 64-bit mode).

%5

Operating system account user name.