没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > joycodeblog |
joycodeblog
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
A blog engine based on ASP.NET MVC.
Most information: http://www.codeplex.com/joycode
Release Notes How to deploy Joycode.MVC 0.5 CTP 1?
1. Make sure your machiens meet the below requirements: 1) OS: Windows Vista / Windows 7/ Windows Server 2008, because I just test IIS7 and didn't test IIS 6. 2) .NET Framework: 3.5SP1+ASP.NET MVC, you could download them from http://www.asp.net; 3) SQL Server: Just test SQL Server 2008, if you have the other version, please help me test if it works. thanks.
2. Download the binaries from Codeplex (http://www.codeplex.com/joycode);
3. Extract the files into IIS root directory. NOTE: Current version didn't support virtual application. It must run under the root directory;
4. Make sure the web sites use intergrated application pool to let ASP.NET MVC works;
5. Modify the web.config in the root directory, the simply way is just modify the ConnectionString section (NOTE: please create a empty database through SQL management studio firstly);
6. Launch browser and type http://localhost in addressbar, it would setup itself step by step;
This version has many bugs, please help me to find them and report to me. thanks.
Also, if you have Visual Studio 2008 SP1, you could download the sourcecode from http://www.codeplex.com/joycode, and debug the source code from your IDE. :)