To know which w3wp Process you need to attach just use this command:
C:\wondows\System32\inetsrv\appcmd list wp
Found here: Attaching specific W3WP Worker Process in SharePoint Custom Code Debugging.
In this Blog I write about some SharePoint topics or some Issues I come across during my work as IT-Consultant.
To know which w3wp Process you need to attach just use this command:
C:\wondows\System32\inetsrv\appcmd list wp
Found here: Attaching specific W3WP Worker Process in SharePoint Custom Code Debugging.
Site Provisioning is always important in SharePoint Projects. In this article I’ll put every interesting information on this subject.
Even if its about SharePoint 2010, following Post is really interesting and in my eyes a must read: SharePoint 2010 and web templates.
So what are the different Provisioning Possibilities:
In my opinion site Definitions are not really an option because it’s not supported to change the onet.xml once a single Site is provisioned using this site definition. A possible Workaround is the “minimal Site Definition approach”.
I’ll update this part once I explore this possibility.
I tried Vesa Juvonen’s solution in the above linked Post. It worked fine even with SharePoint 2013. I just needed make some small changes.
In 2013 It seems to me that deploying a Web with a WebTemplate will fail if some features from the <SiteFeatures> section of the web Onet.xml are not activated.
So this part was not working:
I simply included this part in the WebFeature part: