Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Installing Fabric.Identity in a Development environment

Michael Vidal edited this page Nov 13, 2017 · 6 revisions

Installing in IIS on a Development Environment using Integrated Windows Authentication

The below instructions outline how you can quickly install Fabric.Identity on your local dev environment with Integrated Windows Authentication setup.

Pre-requisites

  • IIS installed and configured
  • VS 2017

Installation

Attaching the Debugger

  • In VS2017 choose Debug -> Attach To Process
  • Ensure Show processes from all users is checked
  • find the dotnet.exe process running under the IIS APPPOOL\identity user
  • Click Attach and accept the warning

Notes

The script will install the dotnet core Windows Server hosting components if they are not already installed. In addition, CouchDB will also be installed. If you have docker running, CouchDb will be installed via a docker container. If not, the script will download and launch the CouchDb windows install.

Clone this wiki locally