-
Access denied – refresh all published content types on next update
Working with the Content Type Hub and publish (syndicate) content types to other site collections; have you received an Access Denied message when selecting the “Refresh all published content types on next update”? Well it turns out that you are denied access because the DenyAddAndCustomizePages is set to TRUE for that site collection. To grant […]
-
Troubleshooting SPFx Webparts: Useful Links
Based upon the App Catolog (Catalogue) being configured with the following URL: https://<tenant>.sharepoint.com/sites/Apps/ Apps for SharePoint A catalog to store apps for SharePoint https://<tenant>.sharepoint.com/sites/Apps/AppCatalog/Forms/AllItems.aspx Client Side Assets A library to store client side assets https://<tenent>.sharepoint.com/sites/Apps/ClientSideAssets/AllItems.aspx Client Side Component Manifests A list to store client component manifests https://<tenent>.harepoint.com/sites/Apps/Lists/ComponentManifests/AllItems.aspx
-
Finding the site template for a SharePoint site
Need to quickly find the site template for an existing site? Don’t want to use PowerShell? Well you’re in the right place, here’s how to do it with favourite web browser. Navigate to the reliant SharePoint site using your favorite web browser (e.g. Google Chrome) Open the development tools (e.g. for Chrome, press [F12]) Click […]
-
Microsoft Teams External Sharing with Anyone
In my last post I described how to turn on External Sharing of Files and Folders within Microsoft Teams, during which you may have noticed the Anyone option was disabled. Anonymous users Anonymous users are users who have a shareable link to a folder or document and can view or edit the document or upload […]
-
Microsoft Teams External Sharing of Files & Folders
You are in Microsoft Teams (Team site) and you would like to share a folder (or files) within Channel, with an External User? This article applies to Public and Private Microsoft Team sites. Q. What is the difference between Public and Private “Team sites”? A. Public and Private in Microsoft Teams and Office 365 Groups determine whether the team or groups […]
-
Configure Visual Studio Code with VSTS
While in the process of setting up a new environment I thought I would share the steps I took to configure Visual Studio Code (VS-Code) with Visual Studio Team Services (VSTS) online. Installation Navigate to: https://code.visualstudio.com Select the relevant version for your machine e.g. macOS or Windows x64 and click Download Double click on the installer, […]
-
Hello Angular World (page 7 of 7)
Hello Angular World (from Visual Studio and Local IIS) Pages: 1, 2, 3, 4, 5, 6, 7 Conclusion So, we now have an ASP.NET MVC web application which is hosting a simple Hello Angular World App. and in limiting the project size and complexity it should serve as a useful “starter template”. When looking at […]
-
Hello Angular World (page 6 of 7)
Hello Angular World (from Visual Studio and Local IIS) Pages: 1, 2, 3, 4, 5, 6, 7 Hello Angular World from a MVCV View Now we have an Angular 2 app running in our Local IIS (or IIS Express if you decided to skip that section), let’s build a very simple MVC app to host […]
-
Hello Angular World (page 5 of 7)
Hello Angular World (from Visual Studio and Local IIS) Pages: 1, 2, 3, 4, 5, 6, 7 Hosting with Local IIS My preference it to develop web applications using my Local IIS server opposed to the IIS Express server that ships with Visual Studio. I have several reasons for this, two of which are: You […]
-
Hello Angular World (page 4 of 7)
Hello Angular World (from Visual Studio and Local IIS) Pages: 1, 2, 3, 4, 5, 6, 7 Hello Angular World from a HTML page Now that the basic configuration is complete let’s create the Hello Angular World app. The table below lists the folders and files that we will add next. Name Type Used assets […]
You must be logged in to post a comment.