If you are looking for software to use, go to Huajun Software Park! software release AI product list

Hello, if there is a need for software inclusion, please package the software and attach the software name, software introduction, software-related screenshots, software icon, soft copy, business license (if you do not have a business license, please provide the front and back of the corresponding developer ID card and a photo of yourself holding the ID card), and send it to email http://softwaredownload4.com/sbdm/user/login

Close >>

Send to email:news@onlinedown.net

Close >>

ASPMaker

ASPMaker 12.0.4 official version

QR code
  • Software licensing: shareware
  • Software size: 23.6MB
  • Software rating:
  • Software type: foreign software
  • Update time: 2024-12-23
  • Application platform: Winxp/vista/win7/2000/2003
  • Software language: English
  • Edition: 12.0.4 official version

Download the service agreement at the bottom of the page

Software introduction Related topics FAQ Download address

Basic introduction
ASPMaker segment first LOGO
ASPMakerThe official version is a tool that programmers often use to automatically generate ASP programs. ASPMaker can automatically generate complete ASP pages from Access databases or any ODBC data sources to search, edit, add, delete records, etc.ASPMakerIt also has powerful code editing, database design and other functions. Huajun Software Park provides ASPMaker software download service. Everyone is welcome to download and use it!

ASPMaker screenshot

ASPMaker software features

​ 1. Provides rich database design capabilities

2. You can reset the table and field content data in the database

3. You can load the data table you downloaded into ASPMaker for editing

4. You can add database field codes and binary files to ASPMaker for modification

5. Provides a relatively friendly processing page, which can create projects for different databases

​ 6. Support field content editing of sql server database

7. You can select the data table you need to copy from the access database

​​ 8. Provides a connection function. Enter the login password of the database to connect.

9. It can be converted into ASP script according to the loaded data type.

10. Different data table pages can be generated

11. Support the independent creation of a work table on the database to record processing logs

ASPMaker software features

Supports LESS – dynamic style sheet language

Various ASP options. Code page, character set, region ID, session timeout, etc. Optional default date format.

Energy Saving and Project File Recovery Project

​​Synchronize project database

Test the generated website using IIS Express

Server-side validation and/or client-side JavaScript validation

Live aggregation (sums, averages and counts)

​​Multiple column sorting

Audit trails and log files or database tables

Add/edit email notification/delete

Dynamic load meter

Composite key

                                                                                                                                 fill                                               Auto-fill in the child fields of the parent select list is selected with an option

MD5 and case-sensitive passwords

Fully customizable templates and extensions

ASPMaker installation steps

​ ​ 1. Download ASPMaker from Huajun Software Park and unzip it to the current folder. Click on the aspmkr.exe application to enter the installation wizard interface, then click Next to come to the license agreement interface. We need to click to accept the agreement, and then click Next.

ASPMaker screenshot

​​ 2. Select the software installation location interface. Huajun editor recommends that users install it on the D drive, select the installation location and click Next.

ASPMaker screenshot

3. The ASPMaker installation is completed, click Finish.

ASPMaker screenshot

How to use ASPMaker

Use ASPMaker to create a picture management system

It only takes five simple steps to use ASPmaker to create this kind of database-based management software.

​ 1. Select and connect to the database

ASPMaker allows two types of database access forms, Access database and ODBC data source accessed in ADO form. Select the "Database" tab in the main interface and check "Microsoft Access Database" box, click the Open File button on the right and select the "lib.mdb" we just created. Click the "Connect" button at the bottom to complete the database connection, as shown in Figure 1.

ASPMaker screenshot

​ ​ 2. ASP option settings

​ ​ ASP option settings should include selecting the data format displayed on each page, specifying the language of the script code, session expiration time, etc. Click on the '<%ASP' tab and change 'Records per page' is set to '15', which means 15 pieces of data are displayed on each page. Select 'CodePage' to represent Simplified Chinese '936' and change 'Session Timeout' is changed to 15 minutes, as shown in Figure 2.

ASPMaker screenshot

3. HTML attribute settings

HTML attribute settings are mainly used to set title bar text, character set, font size, style sheet, page background, etc. The setting method is very simple. Click the '〈〉HTML' tab and enter 'Zhejiang Normal University Educational Technology Subject Center Library Management System' in the 'Title' box. 'Charset' is of course set to gb2312. Here we introduce an external CSS file to specify the page style, so we do not set the font size. Click the button to the right of CSS and select a CSS style sheet file forum.css that has been written in advance. The final setting result is shown in Figure 3.

ASPMaker screenshot

4. Data table settings

Next, let’s set the display effect of the table used to display the data list. Click the 'TABLE' tab and set the table width Width to 96% and Cell Padding is 2, Border is 0, Cell Spacing is 2, then change the Background Color to #9999CC and the header background Header The Color is #669900, the header text color is #FFFFFF, then set the Row color to #FFFFFF, and select 'Alternate row color' and set its color to #F5F5F5, that is, the data list uses white and light gray as the background. After setting, the preview window below will instantly display the display effect of the table, as shown in Figure 4.

ASPMaker screenshot

​ 5. Security Settings

Since the ASP program generated by ASPMaker allows any visitor to add, modify, and delete the database by default, it is necessary to perform corresponding security settings on the program. Click the 'Security' tab and you can see that there are two security settings in ASPMaker: Hard Code and Using Existing Table, the former is accessed by setting the user name and password, and then the fields in the existing tables in the database are used as the user name and password. In this example, we choose the second method, select 'Use Existing Table', and select the table operators that save user information in the 'Table' drop-down box at the bottom of the page, 'User Name Field' is selected as the field 'username', 'Password Field' is selected as the field 'password', and the setting results are shown in Figure 5.

ASPMaker screenshot

​ 6. Generate ASP program

Now, it’s time for ASPMaker to shine. Click on the 'Generate' tab. On this page, 'Template File' is the ASP program template, just select the default one (it doesn't work if you don't select it, the trial version seems to provide a template, I don't know if the official version will have more), 'Destination Folder' means the target directory, which is the storage directory of the output ASP program, 'Output The filename' option is used to set the prefix or suffix of the program file name. We do not need to set it here, just select 'None'. Select 'Create virtual directory at http://localhost/aaaa' means that after generating the program, ASPMaker will automatically publish the program to the virtual directory 'aaaa' on the local server (here, 'aaaa' is the ASPMaker project file name we took). If your computer is installed with IIS, PWS and other WEB servers that parse ASP, you can select it. The bottom 'Browse after generation' means browsing in the browser after generation. The setting results of each item can be seen in Figure 6.

ASPMaker screenshot

After setting up, click the 'generate ASP' button at the back.

So far, a book management system based on ASP+Access database has been completed in less than five minutes. However, the main text of the page is all in English, and the page display is also slightly monotonous. However, we can make further modifications on this basis to make it more perfect. The following figure shows the author's simply modified web login interface (Figure 7) and data browsing interface (Figure 8).

ASPMaker screenshot

ASPMaker screenshot

ASPMaker FAQ

      Question: How to uninstall ASPMaker software?

Answer: Method 1: Install and open the computer manager software, select the software management option, click the uninstall option, find the ASPMaker software in the list, and click uninstall

ASPMaker screenshot

Method 2: Install and open360 software manager, find the ASPMaker software in the list of uninstall options, and click Uninstall.

ASPMaker screenshot

Comparison of similar software

      Schneider PLC programming softwareThe official version is a very excellent plc programming software dedicated to Schneider Electric automation equipment. Schneider PLC programming software supports users to accurately control and manage various equipment through programming. The latest version of Schneider PLC programming software can comprehensively improve the efficiency of product production and is quite practical.

      s7200smart programming softwareThe latest version is a very professional and practical plc programming tool s7200smart programming software. The latest version of the software is easy to operate and supports new programming software! The s7200smart programming software can also perform remote programming and data transmission functions. It is also quite powerful. Use STEP 7-Disable sleep mode when Micro/WIN SMART.

Huajun editor recommends:

ASPMakerIt also has powerful code editing, database design and other functions. A very good web page production, the editor also uses this software, it has powerful functions.

FAQ

close