Articles

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

  Is there any additional fee for using ASP?

No, there is no additional fee for using ASP.

 Create MS Access DSNLess connection string

Many people have requested this so here it is: "DRIVER={Microsoft Access Driver...

 Do you support ASP?

 Yes, we support ASP.

 Do you support Cold Fusion?

We do not support or Cold Fusion on our shared hosting servers, however you are more than welcome...

 Do you support Servlets/JSP on Windows Server?

Yes, we support Servlet/JSP on our Windows Server.

 Enable Parent Paths in Plesk - Windows Server

Many scripts use a function called parent paths. If you are running one of these scripts and...

 Give write permissions to .mdb, files & folders

Plesk give write permissions to MS Access database .mdb file OR normal file & folder...

 How do I connect to MS SQL DB from servlets ?

Get the system DSN name from the client. Prepare a SQL System DSN with access to clients SQL db....

 How do I connect to a Remote SQL Server?

Sometimes you cannot log in locally to a SQL server, so you need to make a remote connection....

 How do I create a database in Plesk?

To create a new Database, please follow these steps: Open a web browser and connect to your...

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

 How do i logon to Plesk control panel?

To login to to Plesk go to:https://YourDomainName.com:8880/  Login details are normally...

 How to connect to MySQL with JSP/JDBC?

<%@ page import="java.sql.*" %><%@ page import="com.mysql.jdbc.Driver" %><%!//...

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

 I need to be able to run Tomcat applications from Document Root to access them as www.domainname.com/index.jsp?

Resolution Firstly, you should deploy an application with Plesk then edit the 'path' value for...

 Installing and managing Java Web Applications from Plesk

Installing Java Web Applications You can install Java Web application packages in the Web...

 MS SQL Server connection String

------------------------------------------con.ConnectionString = "Data Source=Domain.com;Initial...

 Mailenable Component - Mail Code

Mailenable Component - Mail Code <%@ Language=VBScript %><%Dim oMailSet oMail =...

 PHP send mail with SMTP Authentication

<?php require_once "Mail.php";   $from = "[email protected]"; $to =...

 Sending email using CDOSYS

If you are using a Windows 2000 / 2003 Server, or even XP Pro chances are that CDOSYS is your...

 Upload file through ASP.net

<% @Page Language="C#" %><html><head>  <title>File upload in...

 What is Difference between Disk Space and Hard Disk Quota in Plesk Control Panel?

if you have a disk space limit of 1000mb you can upload more than 1000Mb, if more than 1000Mb is...