WEB development framework series of tutorials (I) Quick Solution creation, web Framework
Execute the East China Information auxiliary development tool Program
Open the program interface, as shown in figure
Enter the user name and password to log on.
If you do not have a user name or password, click Register to provide the machine code to the Administrator for registration. Administrator QQ: 93346562
Yes: Click the screen after registration
If the user is not registered, the following message is displayed:
The following figure is displayed after logon.
The left side is the function menu, which has many useful functions.
Next, we will focus on the functions to be used this time.
The goal of this section is to create a complete project solution.
Before creating a solution, create a database
Click "Auxiliary Tools =" on the left menu to display the working picture on the right of the project database.
Enter TEST in the project code (we will create the TEST database) and click OK.
The following will generate a database creation Script: Both SQLSERVER and Oracle databases are supported.
Run the copied SQLSERVER script in SQLSERVER. Note that the D \ SQLSERVER \ TEST. dbf path in your local directory may not exist in the D \ SQLSERVER directory.
Put the copied script in the example and execute it.
After successful execution, click [data initialization script]
Similarly, the test script is executed in SQLSERVER.
The approximate tables in the database after execution are shown in figure
After the preceding two scripts are executed, the project database is created and the data Initialization is completed (including the permission management module)
Next, it takes 5 seconds to create a solution.
Click solution in the left-side menu of the auxiliary tool to display the working picture on the right.
Enter the TEST storage path in the project code on the right. I will save it to the F \ TEST directory temporarily.
Enter the project name.
Select MsSQL or SQLSERVER as the data type.
Link string the database we just created
OK. Click Create solution.
If the execution is successful, it will take about 5 seconds.
Find the F: \ TEST directory in the computer file.
Here is the solution to the TEST project we just created
Open solution TEST. sln
For example, SET Index. aspx as the project start page.
Run the project: The following logon screen is displayed.
Enter the username admin password admin click to log on
After successfully logging on, we can see the main framework page of the system.
For example
So far, the complete solution of one of our projects has been set up.
Is it very simple? You are welcome to discuss it!
Next section: describes the specific page development