Hello,
Is there any way we could convert a folder to application in IIS using Plesk API?
Under project root in IIS, I am creating virtual directory dynamically using Plesk API and inside each VD there is a folder which I need to convert to application. Is it possible?
Thanks
IgorG,
Finally, I got a way to obtain Information about all sites using request packet as below
<packet>
<webspace>
<get>
<filter/>
<dataset>
<hosting/>
</dataset>
</get>
</webspace>
</packet>
This gives me Pesk's Site ID for each Primary domain. For...
Thanks for your help.
There is an option to create a new database in Plesk but that is specific to site under which we are creating and its completely blank. No default structure or table in it.
Doesn't Plesk maintain a common database that used to store information from all domains?
Hi,
I am using Plesk XML API to automate Virtual Directory creation for a subdomain xyz.mydomain.com and request packet structure is as below.
<?xml version="1.0" encoding="utf-8" ?>
<packet>
<virtdir>
<create>
<site-id>27</site-id>
<name>/vd1</name>
<properties/>
</create>
</virtdir>...