| |
Demo Site & Demo Projects
Demo Site
The files for the demo site is installed at "demo" subfolder under your installation folder, i.e. typically "C:\Program Files\ASP XMLMaker\demo". To test the generated scripts of the demo projects, you need to create a virtual directory in IIS at this path first. (If you are not familiar with creating virtual directory in IIS, please read Introduction to ASP.) Then you can open your browser and browse to:
http://localhost/<VirtualDirectoryAlias>/index.html
(Replace <VirtualDirectoryAlias> with your real virtual directory alias.)
Demo Projects
After viewing the demo site, you may want to open the demo projects and see how the projects are setup. The demo projects are installed at "projects" subfolder under your installation folder, i.e. typically "C:\Program Files\ASP XMLMaker\projects". Note that the demo projects were created with ASP XMLMaker installed at the default installation folder, i.e. C:\Program Files\ASP XMLMaker. If you have installed ASP XMLMaker at another folder or you use non English version of Windows, the path may be different, then you'll need to update the projects first:
- Open the demo project with ASP XMLMaker
- Go to Database tab, change the Database file setting to the database file under your installation folder
- Click Tools->Synchronize to update the project
- Go to the Generate tab, change the paths of Template file, Application root folder and Destination folder to the correct paths on your system
- If you have not created the virtual directory yet, you can check Create IIS virtual directory and let ASP XMLMaker create it for you
- Check Browse after generation if you want ASP XMLMaker to open your browser automatically after generation
- Save the project
- Click the Generate button to generate scripts.
|