Open Source ASP.NET CMS
ASP.NET 2.0 Membership Services
Built with Visual Web Developer
Email Notification Services
Microsoft SQL Server 2005 Support
Based on ASP.NET 2.0 Master Pages
VWD-CMS Version 1.0 Documentation
Quick & Easy Setup Steps
The fastest way to get VWD-CMS 1.0 installed and running on your PC:
Assumption: Visual Web Developer Express Edition 2005 is already installed.
- Download the VWDCMSv010.zip file to your computer.
- Choose a folder to hold the VWD-CMS files (for this example we will use C:\dev\).
- Open the VWDCMSv010.zip file.
- Select and copy the folder in the zip file (VwdCms-v010).
- Paste the folder into C:\dev\.
- Open the folder C:\dev\VwdCms-v010\.
- Double-click the VwdCms-v010.sln solution file.
- Visual Web Developer will open the VWD-CMS project.
- Open the Solution Explorer so you can see the files in the solution.
- Expand the VwdCms folder so you can see the files in it.
- Right-click on the Admin.aspx file, and set is as the Start Page.
- Click the Start Debuging / Run icon on the toolbar (green arrow).
- VWD-CMS will start up the /VwdCms/Admin.aspx page.
- Click on Index.aspx in the Filelist of the Admin page (left column listing all of the folders and files).
- A new browser window will open and you will be viewing the Index.aspx page.
- If everything looks good and goes smoothly, then you are ready to start customizing your site.
- Close both of the browser windows ( Admin.aspx and Index.aspx).
- The natural starting point is to start a new Master Page.
- Make a copy of /VwdCms/Master/MainMaster.master (and the .cs and .controls files too).
- Put your copy in the /VwdCms/Master/ folder - this is where VWD-CMS looks for Master Pages.
- Start customizing the html layout in your new Master page.
- Visit http://www.vwd-cms.com/documentation.aspx to learn more about Master Pages and working with VWD-CMS.