Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

HereSay getting started guide

jamestharpe edited this page Apr 20, 2012 · 1 revision

Setting up a development environment

  1. Create a new "ASP.NET Empty Website" in Visual Studio.
  2. Delete the web.config file from the website.
  3. Using NuGet, add the HereSay package to your project.
  4. While you watch NuGet do its magic, go ahead and create an empty database that will be used to store content.
  5. Modify your projects new web.config with the correct connection string for the database you created.
  6. Build and run the project and follow the setup wizard instructions (default credentials are admin/changeme).

Note that for faster builds, you can remove the N2 directory from the project.

That's it! Happy managing.

Clone this wiki locally