I want to know how can multiple users work in a SharePoint project? How can we keep the code sync?
How can multiple users work in a same SharePoint Server? If one guy IISRESETs the other guy gets affected. How is it done?
Thank you.
NLV
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Considering you are talking about IIRESET I assume you are talking about multiple developers sharing a single SharePoint development server and not multiple end users.
Although this is not impossible it is generally discouraged to share a development server as that could lead to unexpected results. Multiple web.config or other changes could conflct with each other and waiting for SharePoint to spin up after each reset will be really annoying.