• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

How to setup Working directory on a local server ?

I

imarcos

Guest
How do I setup the Working directory on a local server ? I am running Sitebuilder on the same server that I plan to host the other sites.

The path to the Sitebuilder application on the server is:

C:inetpub\wwwroot\sitebuilder\

I am usin Xcopy as the Publication mode

Please advise. Thanks.
 
There are two possible scenarios:
1. One share per site
For each site create a file share pointing to the website root; in this case working dir=sharename
2. One share for the all sites
Create a one share pointing to the root directory under which you will create site roots in IIS
in this case working dir=sharename\site root dir

This scenario assumes you create a host for the local web server; tip: use machine name or machine IP as host ip, don't use loopback addresses lke 127.0.0.1 or localhost
 
Back
Top