How to Create an Application Folder Using the Virtual Directories Option in Plesk for Windows
Introduction
Plesk for Windows provides a feature called Virtual Directories, which allows users to create application folders within their hosting environment. This is useful for running ASP.NET applications, setting up custom directories, or configuring application-specific settings.
Steps to Create an Application Folder
Step 1: Log in to Plesk
- Open your web browser and navigate to your Plesk login page.
- Enter your credentials and click Log In.
Step 2: Navigate to Virtual Directories
- Select Websites & Domains from the left-hand menu.
- Click on the domain name for which you want to create the application folder.
- Under the Hosting & DNS section, click Virtual Directories.
Step 3: Create a New Virtual Directory
- Click the Create Virtual Directory button.
- In the Directory name field, enter the desired folder name (e.g., myapp).
- Click OK to create the directory.
Step 4: Configure the Virtual Directory as an Application
- Select the newly created directory from the list.
- Click Set as Application to designate this folder as an application.
- Configure the application settings:
- Application Pool: Choose whether to create a new application pool or use an existing one.
- ASP.NET Settings: Configure the version of ASP.NET if required.
- Authentication and Access Control: Set authentication methods as needed.
- Click OK to save the settings.
Step 5: Upload Application Files
- Navigate to File Manager under Websites & Domains.
- Open the newly created folder (e.g., myapp).
- Click Upload and add your application files.
Step 6: Test the Application
- Open your browser and navigate to http://yourdomain.com/myapp.
- Verify that the application runs correctly.
Conclusion
By following these steps, you can easily create and configure an application folder using the Virtual Directories option in Plesk for Windows. This allows you to host and manage web applications efficiently within your Plesk environment.
Was this article helpful?
YesNo