This task applies the ImportFilePath setting in the web.config file to the IMPORTPROCESSOPTIONS table in the Application Server database.
Option |
Description |
SQLConnectString |
Enter the connection string for the database. Server=<server machine>\<server instance name>;integrated security=sspi;database=<database name> Server=MYMACHINE\MSSQLSERVER;integrated security=sspi;database=BBInfinity A Microsoft article about connection strings for SQL Server in .NET: SqlConnection.ConnectionString Property |
WebConfigFile |
Enter the URL to the web.config file. |