SPWakeUp (SPWakeUp3) v1.3.0 Released
Andy Dawson Feb 5, 2021 · 1 min read · Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Visual Studio Visual Studio ·SPWakeUp version 1.3.0 has been released. This version includes the ability to run on a non-SharePoint server to wake arbitrary URLs. Use the ‘-NotASharePointServer’ command line parameter to specify that SPWakeUp should not check for the presence of SharePoint and should not attempt to evaluate a list of web …
Read MoreSPWakeUp (SPWakeUp3) v1.2.0 Released
Andy Dawson Nov 22, 2020 · 1 min read · SharePoint SharePoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Visual Studio Visual Studio ·SPWakeUp version 1.2.0 has been released. This version includes the ability to import a list of additional URLs to be woken from a file instead of providing a series of URLs to be included individually on the command line. Use the ‘-IncludeFile:’ command line parameter to specify the full path to the file containing …
Read MoreSPWakeUp (SPWakeUp3) v1.1.0 Released
Andy Dawson Oct 27, 2020 · 1 min read · SharePoint SharePoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Visual Studio Visual Studio ·I’ve implemented something that I’ve wanted to for a long time on SPWakeUp: The ability to wake additional URLs. Version 1.1.0 allows the use of the ‘-Include':’ command line parameter to specify additional URLs that will be woken once the detected site collections and subsites have been traversed.
Read MoreSPWakeUp (SPWakeUp3)–Wake Up On-Premises SharePoint and WSS Instances
Andy Dawson Oct 21, 2020 · 1 min read · SharePoint SharePoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Sharepoint Visual Studio Visual Studio ·Since I started working with on-premises SharePoint instances, one of the solutions that I’ve used to wake up (pre-compile) the site collections and sub-sites contained within the web applications hosted by the farm is SPWakeUp. This was originally a solution hosted on CodePlex and provided binaries for SharePoint …
Read MoreDeploying Visual Studio 2017 Using Configuration Manager
Andy Dawson Mar 23, 2017 · 4 min read · Configuration Manager Configuration Manager System Center System Center Visual Studio Visual Studio ·Previous versions of Visual Studio were typically delivered via ISO files that we could import into Configuration Manager for deployment to workstations. Visual Studio 2017 arrives as a web installer only (although you can create installation media using the –layout option from the command line if you still want to go …
Read More5 Tips for using Azure Web Jobs
- Use public on the main program class.In order for web jobs to initialise correctly the main class that contains the web jobs needs to be made public. Once this has been added the individual jobs can then be read and should be visible in the output when running locally.
- In order to store and view the invocation …
Read MoreWindows Azure Websites, Web API and SignalR
Steve Spencer Jan 9, 2013 · 6 min read · ASP.NET SQL Azure Visual Studio Windows 8 Windows Azure Websites ·One of our projects involves a web service that implements both SignalR and Web API and we were looking at the quickest and most cost effective way to get it deployed so that one of our customers could run a Windows 8 application as a demo away from the office. The application works well internally as we have the …
Read MoreThe latest tools for windows Azure are located here: http://www.microsoft.com/en-us/download/details.aspx?id=29988 This version is supported in both Visual Studio 2010 & 2012 and will run on Windows 7 & 8 Server 2008 & 2012
Read MorePublishing Windows Azure Websites with TFS
Steve Spencer Jun 7, 2012 · 3 min read · Agile ASP.NET Team Foundation Server TFS Visual Studio Windows Azure ·This is a follow on post from my introduction to Windows Azure Websites and shows you how you can synchronise your website in TFS with Windows Azure. One of the biggest problems with the way you deploy applications to Windows Azure is that minor changes (e.g .markup, content and styling) require a redeploy to publish …
Read MoreIf you have installed the Window Azure Toolkit For Windows 8 you may want to deploy it to a real live environment so that you can try out the notification service and start wiring useful Windows 8 applications. I assumed this was going to be a quick task, but it took me a little longer than expected. Firstly when you …
Read More