• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Recent content by Deepak Sharma

  1. D

    Question Convert folder to Application using Plesk API

    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
  2. D

    Resolved Plesk XML API

    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...
  3. D

    Resolved Plesk XML API

    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?
  4. D

    Resolved Plesk XML API

    Plesk version: 12.0.18
  5. D

    Resolved Plesk XML API

    I am still trying to find it in Plesk context can you please suggest how to find it in Plesk?
  6. D

    Resolved Plesk XML API

    I am assuming this is ID that we found from this location IIS >> Advanced Settings of site >> ID property under General section
  7. D

    Resolved Plesk XML API

    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>...
Back
Top