Knowledgebase
Portal Home > Knowledgebase > Windows Hosting - Tutorials
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Articles
Sending email using CDOSYS
If you are using a Windows 2000 / 2003 Server, or even XP Pro chances are that CDOSYS is your...
Views: 1070
Configure SilverLight in PLESK
Step 1: Log into your PLESK control panel.Step 2: Click the Domains icon from the left-hand side...
Views: 194
Create MS Access DSNLess connection string
Many people have requested this so here it is: "DRIVER={Microsoft Access Driver (*.mdb)};...
Views: 645
Enable Parent Paths in Plesk - Windows Server
Many scripts use a function called parent paths. If you are running one of these scripts and find...
Views: 591
Give write permissions - .mdb, files & folders
Plesk give write permissions to MS Access database .mdb file OR normal file & folder...
Views: 810
How do I send email from ASP using SMTP Authentication.
Please note that our mail server is configured with Authentication.
Below is the code snippet...
Views: 858
How to connect to MS SQL database remotely?
- First you need to create database, and database user and password through your Plesk hosting...
Views: 310
How to create MSAccess Database DSN in Plesk Control Panel?
To Create DSN for MSAccess Database do following steps. 1. Access your control panel 2. Click on...
Views: 803
How to take backup & restore MS SQL database in PLESK ?
Through Parallels Plesk Panel, you can back up and restore the databases
To back up MS SQL...
Views: 404
I got 500 Error when viewing my Site ?
This normally happens because you turn on the Friendly Error on your IE. By default, IE always...
Views: 482
Mailenable Component - Mail Code
Mailenable Component - Mail Code <%@ Language=VBScript %> <% Dim oMail Set oMail =...
Views: 637
MS SQL Server 2005 connection String
MS SQL server 2005 & 2008 connection string :
------------------------------------------...
Views: 898
PHP send mail with SMTP Authentication
<?php
require_once "Mail.php";
$from = "XXXXXX@yourDOMAIN.com";
$to =...
Views: 489
Setting file/folder permissions from Plesk control panel for Windows
For users on Plesk for Windows:
Login to Plesk control panel using the URL ...
Views: 446
Upload file through ASP.net
<% @Page Language="C#" %><html><head> <title>File upload...
Views: 847