Skip to content

Releases: valgen/mvcwcms

MVCwCMS 4.1.1

25 Nov 04:03
Compare
Choose a tag to compare

Installation instructions

  • Download and unzip the file
  • For development
    • Open the solution file (mvcwcms.com.sln) in Visual Studio, build and run the project
    • Follow the instructions in the Installation page

MVCwCMS 2.2.2

20 May 12:24
Compare
Choose a tag to compare

LATEST VERSIONS
To have the most updated version you can always check out and download the latest source code here: https://mvcwcms.codeplex.com/SourceControl/latest

Installation instructions

  • Download and unzip the file
  • Open SQL Server Management Studio and run database/FullDatabaseScript_2.2.2.sql (You might need to customize it based on your SQL Server setup)

For development - Once installation is completed

  • Open the solution file (mvcwcms.com.sln) in Visual Studio, build and run the project
  • To access the admin panel use the following info:
    Subfolder: /admin
    Username: administrator
    Password: 12345678

IMPORTANT
SQL Server has to run in "Mixed Mode" authentication to allow SQL login and not only Windows logins