You have installed and used SharePoint on the Internet.ArticleI can find it, and I will not describe it here. The following is my personal experience on using Sharepoint Server 2010 this week.
Sharepoint is a product in the Microsoft Office series. It works with other products in the office series to provide enterprises with a complete set of enterprise solutions.
In fact, simply put, Sharepoint uses ASP. but you can use this website to expand many other websites with different functions. These websites can be used for enterprise intranet office, it can also be published to the internet like a normal website.
The following is the Management Center interface (figure 1). Here, we can create countless sites.
Figure 1
Here you need to understand some concepts. When we create a website in Sharepoint, we first need to create a web application. Here we create a web application.ProgramCreate a program in the pool and configure the website virtual directory in IIS. Then we can create our own site collection in the Web application. Each website set can also contain more sub-sites with other functions ).
When creating a website set or website, Sharepoint provides multiple templates to complete different tasks (figure 2 ).
Figure 2
Of course, we can not limit ourselves to the templates we provide. Any interfaces and functions in SharePoint can be customized by ourselves, it also provides its own class libraries for developers to develop or expand the functions of SharePoint itself.
Finally, the website created through SharePoint does not actually create those website pages, but stores the content of the website created by it in the database. when it needs to be called, it combines the content stored in it with the template of SharePoint (Figure 3 ).
Figure 3
Templates and other core files of sharepoint2010 are generally stored in the directory c: \ Program Files \ common files \ microsoft shared \ Web serverextensions \ 14, for example, sharepoint2007, the last number is 12.