Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

Install the .NET Core 
Error rendering macro 'excerpt-include' : No link could be created for 'Schedule 2024 .NET Core'.
Windows Server Hosting bundle

  1. Install the .NET Core Windows Server Hosting bundle on the hosting system. The bundle installs the .NET Core Runtime, .NET Core Library, and the ASP.NET Core Module. The module creates the reverse proxy between IIS and the Kestrel server. If the system doesn't have an Internet connection, obtain and install the Microsoft Visual C++ 2015 Redistributable before installing the .NET Core Windows Server Hosting bundle.
  2. Restart the system or execute net stop was /y followed by net start w3svc from a command prompt. Restarting IIS picks up a change to the system PATH made by the installer.

IMPORTANT

You must install the .NET Core Windows Server Hosting bundle after installing Internet Information Services (IIS). If you install the hosting bundle and then install IIS, you will get a CORS error. To fix this, uninstall the .NET Core Windows Server Hosting bundle and then reinstall the bundle.


Obtain a Mapping API Key

If you use the Mapping feature, you must also obtain a Google, Bing, or Azure Mapping API key. Your mapping key is entered in Schedule Setup. See Setting Up Mapping Options.

Google Maps

You will need the Maps JavaScript API (Maps > Dynamic Maps), Directions API (Routes > Directions), and Geocoding (Places tab). Geocoding is required for setting coordinates.

https://cloud.google.com/maps-platform/pricing/ 

Bing Maps

https://www.microsoft.com/en-us/maps/licensing/options

Azure Maps

To use Azure Maps, you must create an Azure Maps account. See Azure Maps Account | Access Subscription Key | Start Free (microsoft.com).

To find your Azure Maps key:

  1. Log into your Azure Portal account at https://portal.azure.com/.
  2. Select All resources.
  3. Select your Azure Maps Account. (The name displayed is what you've set up for your Azure Maps Account.)
  4. Select Authentication.
  5. Copy the Primary or Secondary Key.
  6. Paste this into Schedule Settings in the Mapping Options section as for the Azure Key.


  • No labels