C# – Scrivere nel registro degli eventi (Event Viewer)

//valorizza la colonna source dell’event viewer string masterSource = “NOME APPLICATIVO”; //verificare se esiste il source desiderato altrimenti crearlo if (!System.Diagnostics.EventLog.SourceExists(masterSource)) System.Diagnostics.EventLog.CreateEventSource(masterSource, masterSource);…

Pubblicato il

SharePoint 2010 – Alert Sharepoint personalizzazione template

Link Utili: http://blogs.technet.com/b/steve_chen/archive/2009/11/20/alerts-in-sharepoint-troubleshooting-moss-wss.aspx#Alerts are not working… http://bazhkou.blogspot.it/2008/12/email-alerts-content-customization.html http://msdn.microsoft.com/en-us/library/bb802961(v=office.14).aspx http://msdn.microsoft.com/en-us/library/ms440854.aspx

Pubblicato il