All Products 
Username / Customer#
Password
Log In
 Hi,  |  Log Out
  • Site Search
  • Domain Search
  • WHOIS Domain Check
24/7 Support: (480) 505-8877
Hablamos Español
9 AM to 9 PM IST
7 days a week
Go Daddy Support

Search help articles, forums, and discussion groups

Avatar Image

ASP

1 2

What trust level can I use when running ASP.NET?

Posted: 5-10-2013 in ASP
ASP.NET

The default trust level on your account depends on the version of ASP.NET you are currently using.

ASP.NET 1.1
If you are using ASP.NET 1.1 on your Windows shared hosting account, you have “full trust” on the server.

ASP.NET 2.0/3.0/3.5
If you’re using .NET runtime environment 2.0, you have ‘medium trust’ on the server.

ASP.NET [...]

Connecting to a MySQL Database Using ASP/ADO

Posted: 2-21-2013 in MySQL
ASP

You can connect to your MySQL databases with ASP/ADO using the information in this article.

Connecting to a Microsoft SQL Server Database Using ASP/ADO

Posted: 2-21-2013 in MS SQL
ASP

This example describes using ASP/ADO to connect to a Microsoft SQL Server Database.
Replace the db_ fields with the information for your database from the Control Panel in your hosting account. For more information, see Locating Your MS SQL Database Connection Strings for more information.
<%

‘Sample Database Connection Syntax for ASP and [...]

Specifying an Email Address for the ASP Form-Mailer

Posted: 2-21-2013 in ASP

NOTE: This article applies only to Windows Shared Hosting accounts.
In order to use our ASP form-mailer, you must specify an email address where you want the contents of your form sent to.
To Specify the Email Address for the Form-Mailer

Log in to your Account Manager.
Click Web Hosting.
Next [...]

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

Posted: 2-21-2013 in ASP
ASP.NET

Your account’s Control Panel in your hosting account displays your absolute path. For more information, see Finding Your Hosting Account’s Absolute Path.
You can also use ASP/ASP.NET to find your absolute path. Within ASP/ASP.NET, the function Server.MapPath returns the full path to your hosting account. If you create a directory called [...]

Creating Directories on Your Windows Hosting Account

Using the Control Panel in your hosting account, you can create, edit, and customize anonymous access permissions for directories and subdirectories on your website.

To Create a Directory on Your Windows Hosting Account

Log in to your [...]

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

Posted: 2-21-2013 in MS SQL
ASP

ASP.NET starter kits can be downloaded from the ASP.NET website.
The following instructions use the ASP Time Tracker starter kit as an example. However, you can use this upload procedure for any starter kit that uses a 2005 SQL database (running from a local MDF file or a standalone server). [...]

Using Windows Hosting Form Mailers

Posted: 10-18-2012 in ASP

We include form mailer scripts with new Windows shared hosting accounts: webformmailer.asp and gdform.php. To use a form mailer, create a Web form in HTML that links to one of our scripts and upload it to your hosting account.

NOTE: Do not use test@test.com to test your form mailer.

WARNING: The gdform.asp [...]

Is Parent Path Enabled on Shared ASP Hosting?

Posted: 11-14-2011 in ASP
ASP.NET

Yes, we have enabled parent paths on your Windows shared hosting account.
Parent Pathing allows you to access resources from a file-relative approach. You can "address up" a directory level and access those [...]

What is ASP/ASP.NET?

Posted: 11-14-2011 in ASP

ASP stands for Active Server Pages. ASP and ASP.NET are programs that run on Windows. ASP files have the file extension ".asp" and ASP.NET files have the file extension ".aspx." ASP and ASP.NET allow you to:

Dynamically edit, change, or add content on your Web page.
[...]

1 2