Frequently Asked Questions

Help Center Search

ASP Articles

Connecting to a Microsoft SQL Server Database Using ASP/ADO

This example describes using ASP/ADO to connect to a Microsoft SQL Server Database. ...

What Do I Do When I Receive an Updateable Query Error?

Error Message: Operation must use an updateable query. /file.asp 12 Cause: The...

Using CDONTS to Send Email from Your Windows Shared Hosting Web Site

CDONTS uses the NewMail object to create and send email. This method is incompatible...

What server objects are supported on Windows shared hosting servers?

Below is a list of objects supported on our Windows ASP and ASP.NET 1.1 shared hosting...

How Often Does Your Form Mailer Send Mail?

Our form mailer sends mail at the following rates: ASP - every 5 minutes ...

What Form Mailers Can I Use With Windows Shared Hosting Plans?

The only Form-mailer through ASP hosting that we currently support is GDFORM.ASP. You...

Connecting to an Access Database Using File DSN and ASP/ADO

This example describes using File DSN and ASP/ADO to connect to an Access Database. ...

Using the ASP Form-Mailer

NOTE: This article applies only to Windows Shared Hosting accounts. To use the ASP...

Specifying an Email Address for the ASP Form-Mailer

NOTE: This article applies only to Windows Shared Hosting accounts. In order to...

Creating Directories on Your Windows Hosting Account

Using the Hosting Control Center, you can create, edit, and customize anonymous access...

Customizing IIS Settings on Your Windows Hosting Account

Using the Hosting Control Center, you can customize the IIS Settings for directories...

Is Parent Path Enabled on Shared ASP Hosting?

Yes, we have enabled parent paths on your Windows shared hosting account. Parent...

Introducing ASP

This article describes ASP and server-side technologies and walks you through creating...

Connecting to a MySQL Database Using ASP/ADO

This example describes using ASP/ADO to connect to a MySQL Database. <% Dim...

Why is ASP being blocked on my server when attempting to read cookies?

Symptom: ASP is blocked when attempting to read cookies on an aliased domain. For...

What email or relay server should I use in my ASP CDONTS code?

Use the following relay server in your ASP CDONTS code: ...

What is the absolute or direct path for my Windows (ASP) hosting account?

Within ASP/ASP.NET, you can use the function Server.MapPath("") to return...

Hosting Account Support for DLLs (Dynamic Link Libraries)

Our Windows hosting supports ASP.NET application DLLs only. Further, DLLs that require...

Publishing a Web Site Based on an ASP.NET Starter Kit

ASP.NET starter kits can be downloaded from the ASP.NET Web site . The following...

Connecting to an Access Database Using ASP/ADO

This example describes using ASP/ADO to connect to an Access Database. <% Dim...

Where Can I Get More Help Using ASP/ASP.NET?

ASP and ASP.NET are programming languages developed by Microsoft. Therefore,...

What is ASP/ASP.NET?

ASP stands for Active Server Pages. ASP and ASP.NET are programs that run on Windows....

Connecting to a MySQL Database Using File DSN and ASP/ADO                

This example describes using File DSN and ASP/ADO to connect to a MySQL Database. ...