ColdFusion FAQs
Do
you offer RDS?
NO,
it is a very high security risk. If you need RDS to develop we suggest you
develop on your own test environment and migrate your working code to our
servers.
In
CFMail do I have to specify a Server?
Yes,
you need specify the mail server name on the script.
What
about login and password in the CFMail tag?
Again
that wouldn't be necessary; just omit these attributes.
I
receive the error: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed
for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
You must specify the login and
password in your CFquery tag when accessing a SQL server.
<cfquery
USERNAME="username" PASSWORD="password" DATASOURCE="dsnname">
I
see a .ldb file with my Access database. What is that?
That
is a lock file. The lock file can be removed by following our unlock
instructions
I
am unable to overwrite my Access Database, why is that?
The
database is most likely locked. Follow these
Instructions.
Are
session Variables Allows?
Yes
we are using the default setting of 20 minutes before they expire.
What
Version of Cold Fusion are you currently running?
Cold
Fusion 5.0 Professional.
Does
FrontServe Support ColdFusion MX?
No, we will
upgrade to ColdFusion MX in the near future.
How would
I request Datasources for my database?
You can setup
Datasources from within your Control Panel using the ODBC TOOL. You can
access your Control Panel b entering http://control.yourdomain.com on your
browser.
Do you
Support CFX Tags?
We support
CFX tags at our discretion. We would need to view the tag and validate it,
however there are no guarantees we will be able to install it.
Do you
support Custom Tags?
We would be
able to move any of your Cold Fusion based and written tags to the custom tags
directory.
What Tags
are disabled?
CFRegistry
and CFExecute are
disabled.
Can I use
CFDirectory?
Yes you would
be able to use this tags within your site.
|