Document directory
- 64-bit 2003 installation instructions
Introduced yesterdayASP. net mvc-based framework catharsisToday, we will introduce an open-source community project based on ASP. net mvc.Orchard,This article mainly introduces what orchard is, how to download and install it, and several problems and solutions I encountered during the installation process.
Orchard is a free and open-source community communication project dedicated to developing applications and reusable components on the ASP. NET platform. It creates shared components for ASP. NET applications and extensions, and modifies these components to apply them to end users, scripters, and developers. We also seek to establish partnerships with existing application authors to help them achieve their goals. The open-source protocol used is the new BSD license certified by OSI.
The goals of the orchard project are as follows:
- Unique. Net-based applications that can attract end customers, scripters, and developers;
- A reusable component set and easy creation of these applications;
- A strong community to help define these applications and extensions.
In the near future, the orchard project is committed to release based on.. Net CMS programs that allow users to quickly create content-driven sites and provide an extension framework that allows developers and customization personnel to add additional content through modules and themes. You can learn more about this topic through the orchard project site (http://orchardproject.net. The home page of the project website is as follows:
Download and install
As an architecture and developer who wants to learn how to design this community website, downloading code is required. So I chose to download the 1.0's source code on iisat http://orchard.codeplex.com/releases/view/50197.
You can also install it in other ways. For more information, see orchard Release 1.0 and ASP. net mvc 3 RTM.
Note: If you download it now, it is recommended that you receive an error message indicating a missing file when releasing it. So you should select the same method as me.
64-bit 2003 installation instructions
- This step is required for many posts on the Internet, but it is verified that this step will lead to a 404 error. Therefore, remember not to do this step.
Problems that may occur during running
- Symptom: The system prompts that ASP. NET is not installed.
Cause: After installing vs2010, install the IIS component of the system. Therefore, ASP. NET components are not installed in IIS. Therefore, this error occurs when the IIS is released.
Solution: runAspnet_regiis.exe-I
- Symptom: an error is reported when the theme or module is installed.
Cause: the file needs to be copied after the topic is downloaded. The directory cannot be installed because the security of the directory does not allow users to modify the permission.
Solution: add the Everyone user permission to the temp directory of the system. After the permission is modified, the system will be installed again.
For example, the following figure shows the main interface when you install and apply this topic. It looks cool :)
I will continue to introduce its specific functions and technical architecture.
Recommended:Online e-books you may need
My Sina NECK: http://t.sina.com.cn/openexpressapp
Welcome to reprint, reprint Please note: Reprinted from Zhou jingen [http://zhoujg.cnblogs.com/]