 |
How do I alter Frontpage forms to use ASPmail or Jmail instead of the default Frontpage server extensions? |
|
 |
How to alter Frontpage forms to use ASPmail or Jmail instead of the default Frontpage server extensions:Possible reasons for implementing this change:1. Increased form handling flexibility |
|
 |
 |
Using CDONTS on Windows 2003 |
|
 |
The following error is returned when running CDONTS.NewMail on Windows 2003 (IIS 6)Invalid class string ' or ActiveX component can't create object: 'CDONTS.NewMail' |
|
 |
 |
Can I use Server Side Includes? |
|
 |
To use Server Side Includes: The page that is calling the include must be one of the following file types.asp .stm .shtm or shtmlThe include being called must be .asp or .txt and have no head or body tags. The virtual link must |
|
 |
 |
Why do I get the error Unable to read footer file? |
|
 |
The information in this article applies to:All sites created through the control panel |
|
 |
 |
Xheo licensing component not functioning correctly |
|
 |
This is likely due to the ASP.NET service not having full access to all the servers cryptography keys. Futher information is available at |
|
 |
 |
Do you support Coldfusion MX scripting? |
|
 |
We do not currently support ColdFusion, nor do we have any plans to implement support for it in the near future. |
|
 |
 |
Do you support any BLOGGING software? |
|
 |
Applied Innovations supports ASP, ASP.net, PHP, PERL, Access, MySQL and SQL2000, so long as your blogging software is written in one of these languages and supports one of these database formats you should be abl |
|
 |
 |
What mail server should I use in my scripts? |
|
 |
Applied Innovations has setup a special secure mail server that only allows access from our internal network and is set as an open relay for our network. Please use: smtp.appliedi.net as the mail server i |
|
 |
 |
Where's my CGI-BIN Folder? |
|
 |
Your entire virtual server is scriptable and is in essence a cgi-bin folder. If you wish to create a specific folder for your scripts feel free to create a folder and copy your cgi-bin applications into it. You can name this folder an |
|
 |
 |
Do you support .EXE files? |
|
 |
Applied Innovations frowns on the execution of .exe files because of the potential threat they pose on a system. If you require a .exe file for your application you must first provide it to support to evaluate. If the file is approved |
|
 |
 |
What are and do you support CGI scripts? |
|
 |
CGI stands for Common Gateway Interface and is historically the way dynamic operations were done on the Internet prior to the invention of ASP, ASP.net and PHP. The most common language for CGI is currently PERL. Applied Innovations d |
|
 |
 |
Where is the CGI scripts folder? |
|
 |
Simply create a folder named CGI-BIN INSIDE the wwwroot folder. All folders are marked as scriptable by default so you can actually name the folder anything you like (CGI, scripts, CGI-perl, etc). |
|
 |
 |
Do you support Custom/3rd party DLLs? |
|
 |
Currently we do not offer hosting for custom DLL's. If they are commercial DLLs we may be able to accomodate this. Please email support@appliedi.net if you have a DLL you'd like us to evaluate. |
|
 |
 |
How do I configure a pointer to point to a specific folder? |
|
 |
The following script can be used to have a pointer point to a specific folder. This script needs |
|
 |
 |
Where are the scripting folders? |
|
 |
When I access my site from FTP there is no 'cgi-bin' or '_vti_script' directory... How can it be created to place my scripts in? You can simply create a folder called cgi-bin. The entire virtual server is enabled for scripting so y |
|
 |
 |
How do I disable friendly HTTP errors in IE? |
|
 |
A Frequent problem when trying to run ASP applications on your own web space or web server is how do you debug the application if it is not running correctly and only showing a generic error message. |
|
 |