|
Windows 2003 Server Editions
|
bet | 20/38 | Sana | 22.07.2021 | Hajmi | 0,67 Mb. | | #15596 |
Windows 2003 Server Editions:
Create a folder on the web server and copy all the unzipped files and sub-folders from the temporary folder created in step 3 to this folder on the server.
Open the web.config file in the above folder and modify the “dbconnection” key value under “appsettings” to point to your SQL Server database and the “smtpserver” value to your smtp server ip address.
Create a new virtual directory under Default Web Site, specify an alias name (e.g., WebPlus), point to the physical path of the Web Plus folder created in step a above, and allow read and run script permissions on the virtual folder.
Open the Properties dialog of the virtual directory created in step b and set its Application Pool property to the application pool you may have created for Web Plus. Consider creating a separate application pool for Web Plus if you have multiple web applications running on this web server in order to isolate Web Plus from other applications. By default the application has DefaultAppPool selected. Select ASP.NET tab on the Properties dialog and select 2.x for ASP.NET version. If you do not see the ASP.NET tab on this dialog you may not have installed .NET Framework v2.x on the server. Once .NET Framework 2.x is installed ASP.NET tab will be added to the Properties dialog.
e. Select the application pool Web Plus belongs to (DefaultAppPool by default), open the Properties dialog and set the properties as follows:
Under the Recycling tab uncheck the “Recycle worker processes (in minutes)”, and “Recycle worker processes (number of requests)” checkboxes, and check the “Recycle worker processes at the following times” checkbox and specify the time the worker process can be safely recycled, preferably sometime after midnight. Uncheck both the checkboxes under the Memory Recycle group on this tab.
Under the Performance tab uncheck the idle timeout option.
Leave other application options at their default values on this properties dialog.
|
| |