ASP Components
The following components are installed to all servers. If you need
a component not listed on this page, let us know and we will gladly
review, and most probably install the component for public use.
If you need your own component installed, we will have to ask for
the source code and depending on the complexity, we will let you
know if a reviewing fee will apply. We need this step to make sure
the component won't compromise the security and integrity of the
server.
File System Object ( FSO )
We fully support FSO! There are 3 types of webhosting
companies, The first type ; incapable of setting proper permissions
( Your files are available to anyone on the same machine!
). The second type ; finds it too complex to setup proper permissions,
totally disables FSO and you can not use it. We belong to the third
type ; each website has its own separate anonymous internet
user account, you can make all file operations and your data is
totally safe!
aspSmartUpload
Simple and complete upload
A few lines of code are all you need to integrate file uploads into
your ASP applications. aspSmartUpload provides you with all the
features you need to transfer one or more files to a web server
using a browser. In the same way, all files sent can be saved in
a database.
view code samples
AspTear Component
Easy to use component for grabbing webpages from your .asp scripts.
AspTear allows you to retrieve web pages from other servers easily
with a bunch of features.
view code samples
AspEmail 4.5
This component enables your ASP application to send email messages
via any external SMTP server. The component supports multiple file
attachments, multiple recipients, CCs, BCCs, and REPLY-TOs.
view code samples
Microsoft Browser Capabilities Component
The Browser Capabilities component creates a BrowserType object
that provides your scripts with a description of the capabilities
of the client's Web browser.
view code samples
ServerXMLHTTP
Using the ServerXMLHTTP object directly offers much greater procedural
control than that of the setProperty method of DOMDocument. Instead
of merely retrieving XML responses from a remote sever, the ServerXMLHTTP
object allows developers to use the HTTP methods, GET and POST,
as well as the ability to handle basic security logons.
view code samples
|