/ * Written by Jaron, 2004-08-04 * // * Original: Web Technology (http://jaron.cn) mvpcn.net blog (http://blog.mvpcn.net) * // * Reprint Note and retain this copyright message * // * Welcome to the SiteManager website management system http://demo.jaron.cn * /
Introduction In web project application development, we often need teamwork. This article describes how to apply DNS Server, Internet Information Service (IIS), FrontPage Extens, SharePoint Team Service, or SharePoint Portal Server, combined with FrontPage, Visual InterDev, Visual Studio.net Development tools realize WEB project collaboration development.
Preparation System Requirements: Install Windows 2000 Server or Windows 2003 Server and run DNS Server, install FrontPage Extension components or SharePoint Team Service, SharePoint Portal Server.
DNS Server Configuration We use intranet as an example, set DNS services on the LAN, we assume that the server's IP address is 10.0.0.1, configure DNS service as follows
1. New positive lookup area
2. New main areas
3. Specify the area name, here we have two projects need to be developed, are the bank and education industry, we specify two local domain names, bank.project.company.net, edu.project.company.net, in In the newly built area name, we fill in Project.Company.Net
4. Press Next until new built;
5. New Reverse Find Area
6. Fill in the network ID
7. Press Next until the operation is completed
8. Next, we will establish a secondary domain name, distinguish between these two projects, right-click on Project.Company.net, new host (A record)
9. In the New Host window, the name fills in the Bank, the IP address is 10.0.0.1, click to add a host so that we have completed a secondary domain name, in the future, we can use bank.project.company.net to access Our site. Similarly, repeat this step, we can apply newly built other sites.
10. Complete DNS settings, we must modify the DNS search settings of the member machine, on the local network connection, click Properties, select Internet Protocol (TCP / IP), click Properties, add an alternate DNS server, as shown below:
11. At this point, we can use the ping command to test whether we specified the second-level domain name, ping bank.project.company.net à 10.0.0.1
IIS settings create a new site that sets the host header of the new domain name, which is no longer described here.
FrontPage Extended Sets the following as an example with Windows 2003 Server Components SharePoint Team Service, configure FrontPage extensions, if you are using Windows 2000 Server, then you can find the SharePt Directory in the Office-XP CD, install SharePoint Team Service. Open the Microsoft SharePoint Manager in the Administration, configure it in a web mode, home page We can current our site list
1. Click Extension and submit
2. After the expansion, use site management, configuration, and management development members.
3. Manage users, add one user, select the appropriate user role;
4. After submitting, we can test in developing tools such as FrontPage, Visual Studio.net.
Collaborative applications pass through the above operations, we can connect the site and develop it.
In FrontPage, in the File menu, select Open the site, enter the administrator or password to open the site.
In Visual Studio.net, create a new project directly, enter the secondary domain name we set;
In the future, you can open the site using the same method, perform web project development, no need to use download, modify, and upload the development method.
This article hopes to help beginners.