By Ben
If you start multiple design clients at the same time ----------------------------------------------------------------------------------- --------------------- If a person is commissioning the Web Part, the W3WP process will be occupied by this person. Others can't open any ASP on the website. NET program. What is good, allow project group members to start commissioning at the same time without concurrent conflicts? ------------------------- -------------------------------------- Solution: Based on IIS 6 new features: Application pool Each Application Pool initiates a stand-alone W3WP.exe process. So, you can configure different WSS Website to map the same WSS Website, for example, now the server 80 port Website is Virtual Server, Site, which is required to perform remote debugging in multiple developers. Name is specific to the default server. IIS Configuration 1.1 Open IIS, create a newly built WebSite, and assign ports, such as: 88 port, Home Directory is the same as DEFAULT Server. SharePoint Configuration 2.1 Enter SharePoint Central Administration -> Virtual Server Configuration / Extend or upgrade virtual server 2.2 just click on the new website name into the Extend Virtual Server page 2.3 select Provisioning Options in the Virtual Server List is Extend and map to another virtual server into the Extend and Map to Another Virtual Server 2.4 with page Set the Virtual Server option: server mapping is the default server application pool item is the Create A New Application Pool, then follow the prompt to enter the relevant information, then press OK to complete the operation successfully, pay attention to the Application pool of the server will have a new Application. Pool, after the developer enters http: // server: 88, the server will start multiple W3WP.exe processes. Multiple W3WP.exe has different IDs, which are independent, as for which W3WP.exe process is yours, This .... This ... Only one place tried :(