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:(