ASP Components

Real 24/7 Support

Our techs are ALWAYS here! When you have an issue we are here to solve it immediately - 24 hours a day and 7 days a week. We are here for you!

Domain Registration
  

Register a .com, .net, .org, .biz, .info, or .us domain name for just $12.95/yr! Retain full control and full ownership via your account at NexusDomains.

Windows

Components

Below we have have listed a sample of the most popular components installed on our Windows servers. We have over 100 components installed on our Windows servers!!!.


Installed ASP Components
ServerObjects: AspMail

ASPMail

ASPMail is the popular mail component from ServerObjects. This component allows you to quickly and easily send e-mail via formmail on your site with only a few lines of code. For more information on this component, check http://www.serverobjects.com.
AspHTTP

AspHTTP

ASPHTTP is the popular http protocol component from ServerObjects. This component allows you to quickly and easily call HTTP commands from your web page with only a few lines of code. For more information on this component, check http://www.serverobjects.com.
AspPOP3

ASPPOP3

ASPPOP3 is a popular mail component from ServerObjects. This component allows you to quickly and easily read POP3 accounts from your web page. With only a few lines of code your application open and retrieve email from a mail server. For more information on this component, check http://www.serverobjects.com.
AspInet

AspInet

ASPInet from ServerObjects. This component allows you to remotely GET and PUT files via FTP from ASP. Note: This is a server-side component and does not read client-side files. This is for strictly server-side file transfer. For more information on this component, check http://www.serverobjects.com.
AspConv

AspConv

AspConv is a component in the AspLib series. AspConv provides access to commonly needed conversion functions including: * Base64 encoding and decoding of files and strings * UUEncoding and decoding of files * HTML encoding and decoding of strings * Conversion of common MIME type descriptions and extensions For more information on this component, check http://www.serverobjects.com.
AspDNS

AspDns

AspDNS provides IP lookup and reverse host name lookup for known IP addresses. <% Set DNSLook = Server.CreateObject("AspDNS.Lookup") strRes = DNSLook.DNSLookup ("mailhost.hostnexus.com") Response.Write ("The IP Address of mailhost.hostnexus.com is " & strRes & "") %> For more information on this component, check http://www.serverobjects.com.
AspFile

AspFile

ASPFile is a component in the AspLib series. AspFile provides access to commonly need file functions including: * File copy, move, delete and rename * Directory listings * File attributes and sizes * Directory creation and deletion * Creating unique file names For more information on this component, check http://www.serverobjects.com.
AspMX

AspMX

AspMX provides ASP developers with a way to do DNS queries for MX (mailhost) records. By querying the DNS for mail records an Internet developer can determine which servers for a particular domain are designated as incoming SMTP servers. AspMX returns the MX server names in ranked order, the 1st server being the designated domain's primary server and so forth. For more information on this component, check http://www.serverobjects.com.
AspNNTP

AspNNTP

AspNNTP allows you to retrieve and post articles to standard NNTP (Usenet/News) servers. Features include: * Retrieving Articles * Posting Articles * Multiple File Attachments * File attachments support MIME and UUEncoding * US Ascii and ISO-8859-1 character sets * PGP Support * Multiple concurrent users (Tested with 15 concurrent connections) For more information on this component, check http://www.serverobjects.com.
AspSock

AspSock

AspSock allows ASP developers to connect to any TCP I/P port on a server and send or receive data. For more information on this component, check http://www.serverobjects.com.
ImageSize

ImageSize

ImageSize will determine the image height and width on most BMP, PNG, GIF and JPG files. For more information on this component, check http://www.serverobjects.com.
AspImage

AspImage

AspImage allows you to create or modify images "on the fly". Features include: * Create new or modify existing images * Add text and images transparently * Create gradient fills * Draw methods such as rectangle, arc and circle * Crop, flip, resize and rotate images * Button, darken, lighten and other effects * Load images from OLE variants or other AspImage objects * Supports Response.BinaryWrite For more information on this component, check http://www.serverobjects.com.
Persits: AspEmail

AspEmail

AspEmail is a mail-sending component supporting file attachments and HTML format. Also provides premium features including message queuing. For more information on this component, check http://www.aspemail.com.
AspJpeg

AspJpeg

AspJPEG is an image resizing component for creating high-quality thumbnails. Supports sharpening, picture-in-picture, metadata extraction. For more information on this component, check http://www.aspjpeg.com.
AspPDF

AspPDF

AspPDF creates, reads and modifies PDF documents on the fly. Provides encryption, multi-language support, tables, form fill-in and more. For more information on this component, check http://www.asppdf.com.
AspGrid

AspGrid

AspGrid is an active server component which brings your ASP application the power of a data-bound grid control. With AspGrid, you can build browser-independent editable grid interfaces to your databases in as little as 3 lines of ASP code. For more information on this component, check http://www.aspgrid.com.
AspUpload

AspUpload

AspUpload is a COM+ component which enables an ASP application to capture, save and process files uploaded to the web server with a browser. The files are selected for uploading via an HTML POST form using the tag. With AspUpload, you can add file upload functionality to your Web application in as little as 2 lines of ASP script. In addition to uploading, AspUpload offers a wide range of file management functions, including secure downloading, saving files in the database, permission and attribute management, image size extraction, file encryption, etc. For more information on this component, check http://www.aspupload.com.
Dynu: DynuCreditCard

DynuCreditCard

Using this component you can perform credit card checksum, type and expiration date validation all from within your ASP pages. For more information on Dynu components, check www.dynu.com.
DynuDateTime

DynuDateTime

Using this component you can perform date and time formating, calculate elapsed time, pause your ASP application, GMT date and time formating and much more. For more information on Dynu components, check www.dynu.com.
DynuDNS

DynuDNS

Using this component you can perform DNS lookups, reverse lookups, get local ip and host name, check ip address validity and ping another host all from within your ASP pages. For more information on Dynu components, check www.dynu.com.
DynuEmail

DynuEmail

DynuEmail component has 7 methods and 7 properties. Listed below are properties followed by methods. * Body - String * From - String * FromName - String * Host - String * IsHTML - Boolean * Port - Integer * Subject - String * Send() * AddAddress(Address - string, [Name - string]) * AddCC(Address - string, [Name - string]) * AddBCC(Address - string, [Name - string]) * AddAttachment(Path - string) * AddReplyTo(Address - string, [Name - string]) * Reset() For more information on Dynu components, check www.dynu.com.
DynuEncrypt

DynuEncrypt

Using this component you can encrypt and decrypt data using a password from within your ASP pages. This component uses industry-standard cipher DES. With today's technology it would take 3 million years to crack data encrypted with this component. For more information on Dynu components, check www.dynu.com.
DynuExec

DynuExec

Using this component you can execute any DOS/Windows command and applications from within your ASP pages and get the entire result as a string. For more information on Dynu components, check www.dynu.com.
DynuFile

DynuFile

This is the complete and powerful file manipulation ASP component. Open, Read, Write, Delete and even change attributes of a file all from within your ASP pages. For more information on Dynu components, check www.dynu.com.
DynuFTP

DynuFTP

Use this powerful yet easy to use FTP component to perform all your uploads, downloads and ther ftp commands all from within your ASP pages. With new version 2.0, get directory listings and perform literally any command on the remote server! This component allows complete control over many transfer options such as binary/ascii, passive mode(required by some firewalls) etc. For more information on Dynu components, check www.dynu.com.
DynuHTTP

DynuHTTP

Using this component you can retrieve documents using HTTP GET and POST. You can retrieve HTTP response headers. It even supports authentication, SSL and automatically detects proxy settings. For more information on Dynu components, check www.dynu.com.
DynuPing

DynuPing

Using this component you can ping any host or ip address from within your ASP pages. You can also specify other parameters such as number of echo requests, byte size and timeout. For more information on Dynu components, check www.dynu.com.
DynuPOP3

DynuPOP3

Using this component you can retrieve, display and delete email messages from any standard POP3 server via a Web page. DynuPOP supports attachments and also exposes message headers and displays details of the message such as date, subject, from name, from email address etc. For more information on Dynu components, check www.dynu.com.
DynuString

DynuString

Using this component you can perform advanced string processing. For more information on Dynu components, check www.dynu.com.
DynuTCPSocket

DynuTCPSocket

Use this powerful yet easy to use TCP/IP socket communication component. This component can be used to connect to hosts on any port and send/receive data. For more information on Dynu components, check www.dynu.com.
DynuUpload

DynuUpload

DynuUpload enables an ASP application to accept, save and manipulate files uploaded with a browser. The files are uploaded via an HTML POST form with one or more tags. The
tag must contain the attribute ENCTYPE="multipart/form-data". DynuUpload is 100% RFC 1867 compliant. For more information on Dynu components, check www.dynu.com.
DynuWait

DynuWait

Using DynuWait ASP Component, you can suspend an ASP page for a specified period of time without using any system resources. For more information on Dynu components, check www.dynu.com.
DynuWhois

DynuWhois

Using this component you can retrieve the registrant information and determine domain name availibility from a WhoIs server located on the Internet from within your ASP pages. This component also supports browser friendly output of registrant information. For more information on Dynu components, check www.dynu.com.
 
Chilkat: ChilkatFTP

ChilkatFTP

ChilkatFTP is a powerful and easy-to-use FTP component. Some features include the ability to copy remote files to your local file system, use passive mode, create remote directories, delete remote files and directories, get remote directory listings as XML and more. For more information on Chilkat components, check www.chilkatsoft.com.
ChilkatXML

ChilkatXML

ChilkatXML is a A non-validating XML parser component with encryption and compression features. For more information on Chilkat components, check www.chilkatsoft.com.
Dundas: Dundas Mailer

Dundas Mailer

Dundas Upload

Dundas Upload

Misc: JMail

JMail

CDONTS

CDONTS

CDO/CDOSYS ASPSmartUpload

AspSmartUpload