Logging using List in SharePoint 2013
There are few ways of custom logging in SharePoint 2013 – Use SPDiagnosticsService – You may write to the ULS via SPDiagnosticsService class. Utilize diagnostics.asmx web service – I have…
A developer's blog on backend systems, APIs and scalable tech.
There are few ways of custom logging in SharePoint 2013 – Use SPDiagnosticsService – You may write to the ULS via SPDiagnosticsService class. Utilize diagnostics.asmx web service – I have…
SharePoint Web Services lets us change the SharePoint items remotely. SharePoint web services can be used to perform many tasks like performing administrative settings, logging on to a SharePoint site,…
If you want to log error in 15 hive Logs folder than you have to use Diagnostics.asmx web service. You can find list of all web service library on this…
If you try to open SharePoint website hosted on local server in IE11, you will get a message from IE11 : “Sorry, this site hasn’t been shared with you.” What…