Q. | What is the system requirements to run ASPMaker? |
A. |
Please read the system requirements section in the download page.
|
Q. | I use Microsoft Access, I cannot add/copy/edit/delete/update records. |
A. |
If you try to write to an Access database, the anonymous Web server user (IUSR_<MachineName> or IUSR) user must have write permission to the folder that contains the .mdb file. See Configuring Permissions.
|
Q. | Operation must use an updateable query |
A. |
If you try to write to an Access database, the anonymous Web server user (IUSR_<MachineName> or IUSR) user must have write permission to the folder that contains the .mdb file. See Configuring Permissions.
|
Q. | Add/Edit/Delete/Update pages are not generated |
A. |
Make sure you have primary key for the table. If you add primary keys after creating your project, click Tools->Synchronize to update your project, then go to Table Setup page, re-enable Add/Copy/Edit/Delete/Update for the table and generate scripts again.
|
Q. | Either BOF or EOF is True, or the current record has been deleted. |
A. |
If you try to write to an Access database, the anonymous Web server user (IUSR_<MachineName> or IUSR) user must have write permission to the folder that contains the .mdb file. See Configuring Permissions.
|
Q. | ActiveX can't create the object |
A. |
This is an ActiveX error. Check the System Requirements section and download the recommended files.
|
Q. | Class does not support automation or does not support expected interface |
A. |
This is an ActiveX error. Check the System Requirements section and download the recommended files.
|
Q. | Could not load DLL library during installation |
A. |
1. Login as Administrator to install. 2. Disable any anti-virus or other security software that might block loading a DLL. (You can re-enable after installation.) 3. Turn on DEP for essential Windows programs and services only. See this article for details.
|
Q. | I use Windows Vista, I cannot register with the provided license key. |
A. |
In Windows Vista, User Account Control (UAC) and its Admin Approval Mode are enabled by default. When UAC is enabled, local administrator accounts run as standard user accounts. This means that when a member of the local Administrators group logs on, they run with their administrative privileges disabled. You can logon using the BUILT-IN administrator account (which is disabled on new installations of Windows Vista) to register. Alternatively, read Windows Vista User Account Control Step by Step Guide
This guide covers the following scenarios for UAC: - Scenario 1: Request an application to run elevated one time - Scenario 2: Mark an application to always run elevated - Scenario 3: Configure User Account Control
|
Q. | HTTP 500 - Internal server error |
A. |
The HTTP 500 error is a generic error message that Internet Explorer passes out to you when your web site errors for one reason or another. To enable Internet Explorer to show the error, select Internet Options from the Tools menu at the top of Internet Explorer, select the Advanced tab, uncheck "Show friendly HTTP error messages" checkbox. Then run your script again to see a more useful error message.
|
Q. | Why the demo site has icons but that generated by the evaluation version has not? |
A. |
The demo site uses graphical extension. The graphical extension and other additional template extensions are available for download by registered users only. However, you can also easily customize the language file (lang.xml) to use your icons, see "Customizing Template" in the help file for more details.
|
Q. | What is the difference between ASPMaker and ASP.NET Maker? |
A. |
Feature-wise the two products are similar but they are for different technologies - ASP and ASP.NET. (Currently ASPMaker 7 is ahead of ASP.NET Maker 3, the latter does not have the new features of ASPMaker 6 and ASPMaker 7 yet.) ASP is much easier to learn and code while ASP.NET is more complicated to code but much more powerful. You can google for "ASP vs. ASP.NET" and will get a comprehensive list of comparison of the two technologies.
|
Q. | Do you provide technical support for FCKeditor, JSCalendar and other third-party tools? |
A. |
No. Please read Third-Party Tools.
|
Q. | What is your upgrade policy? |
A. |
Please read our Upgrade Policy.
|