How can multiple individuals start debugging at the same time when debugging SharePoint Web Part?

Source: Internet
Author: User
Tags extend new features
Web If a person is debugging Web Part, the w3wp process will be consumed by this person. Other people have no way to open any ASP.net program on the site.
Is there any good way to do that?
Can you allow project team members to start debugging at the same time without concurrent conflicts?
---------------------------------------------------------------

Workaround: New features based on IIS 6: Application Pool
Each application Pool initiates an independent w3wp.exe process.
So, you can configure a different WSS website to map the same WSS website

For example, now server 80 port website is Virtual server with multiple developers remote debugging at the same time, site name is Default server

Specific steps
One. IIS Configuration
1.1 Open IIS, create a new website for debugging, and assign ports, such as Port 88, home Directory is the same as Default Server
Two. SharePoint Configuration
2.1 Enter SharePoint Central Administration->virtual Server Configuration/extend or upgrade Virtual server
2.2 Click on the new website name in virtual server List to enter Extend Virtual Server Page
2.3 Select provisioning Options is Extend and map to another virtual server into Extend and map to another virtual server page
2.4 Configure Virtual Server options:
Server Mapping selection is Default server
The application pool entry is Create a new application pool, and then press the prompt to enter the relevant information, and then press OK to complete

After successful operation,
Note that the server application pool will have a new application pool,
After the developer enters http://server:88, the server initiates one more w3wp.exe process.
Multiple w3wp.exe have different IDs, are independent,
As to which w3wp.exe process is yours, this .... This one... The only one to try:(



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.