|
All accounts have the ability to serve ASP and ASP.net pages.
ASP.net :
All servers have the following ASP.net software installed:
ASP.net Framework
SP2
SOAP version
2
ASP.NET Mobile
Internet Toolkit
Databases:
We currently support MS SQL7 and MS Access 2000 databases. Access
97 is no longer supported. You should upload your database to the
/db folder (above the /wwwroot folder for security). You can then
use a DSN-less connection to connect to your db.
ASP mail components:
All of our webservers have Jmail and ASPemail installed. CDONTS
is also installed by default but has been found to be unreliable
on secure servers. Jmail can also be used to connect to POP3 mail
boxes and thus used to build your own webmail system. Example
code can be found here ->
ASP Upload component:
All of our webservers have ASPupload installed. This is an Active
Server component which 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 INPUT TYPE=FILE tags. The
FORM tag must contain the attribute ENCTYPE="multipart/form-data".
Example code can be found here ->
|