ASP.NET Maker 2026 Demo Project Readme File

1. Install ASP.NET Maker 2026,
2. Unzip the demo archive to any folder,
3. Create the demo databases using the SQL files (demo2026.sql and demo2.sql) in your MSSQL server,
4. Open the demo project, demo2026.agx with ASP.NET Maker,
5. Change the connection info and save the project if necessary:
- change the connection info in the [Database] tab, click "Tools"->"Synchronize" to update the main database connection info,
- click "Edit"->"Add Linked Tables", select "demo2 (var: demo2, type: MSSQL)" from the Database selection list (error may occur because the username and password are incorrect, ignore it),
- click the "Synchronize" button to update the database connection info and then click "OK' to close the form
6. Click on the "Generate" tab, change the destination folder to where you want to output the generated files,
7. If you use your own PC as testing server, setup your testing web server (read "Generate Settings" -> "Testing web server" in the help file), check "Browse after generation" if you want ASP.NET Maker to open your browser after generation,
8. Click the "Generate" button,
9. When script generation is finished, upload the files to your testing server if necessary. Create a subfolder named "upload" under the "wwwroot" folder, copy the images to the subfolder,
10. Browse the website.
11. To test the import feature (into the products table), login as admin and click the products link to go to the products list page. Click the import button and select the attached "products.csv" file.