Open Source CMS auf dem Windows Webserver

Eine sehr gute und einfache Möglichkeit Open Source Systeme auf dem Windows Server einzurichten bietet der Microsoft Webplatform Installer. Damit können ganz einfach .NET aber auch .PHP Anwendungen auf einem Windows Server installiert werden. Hierzu muss der Microsoft Webplatform Installer heruntergeladen und konfiguriert werden. Danach können mit dem Werkzeug so genannte Web Apps installiert werden. […]

Read more
SharePoint 2010: Workflow BCC Field

The Default view of the e-mail template in SharePoint 2010 does not allows BCC fields. It is possible to add BCC fields for e-mails in your workflow. To activate this you have to fall back on a short trick: Insert your planned BCC recepient into the CC field of the e-mail. In SharePoint Designer navigate to the folder that holds the newly created workflow files (usaually it is stored under /sitename/workflows > navigate to “All files” then “Workflows). Open the XOML file of the workflow with Notepad (use right-click). Then search for the CC and BCC field and change CC with BCC (you will find them in the :EmailActivity node). Save the file, reopen the workflow, doublecheck the empty CC field, republish, thats it!

Read more