adding a note about IIS express. (#355)

This commit is contained in:
Aman Bhardwaj 2020-07-31 20:00:22 -07:00 committed by GitHub
parent 26651756d0
commit 493cd3fd73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,8 @@ To run the actor service locally run this command in `DemoActor` directory:
The `DemoActor` service will listen on port `5000` for HTTP.
*Note: For Running the sample with ISS express, change the launchsettings.json to use 127.0.0.1 instead of localhost.*
### Making Client calls
The `ActorClient` project shows how to make client calls for actor using Remoting which provides a strongly typed invocation experience.

View File

@ -18,6 +18,8 @@ The application also registers for pub-sub with the `deposit` and `withdraw` top
The application will listen on port 5000 for HTTP.
*Note: For Running the sample in ISS express, change the launchsettings.json to use 127.0.0.1 instead of localhost.*
### Examples
**Deposit Money**

View File

@ -18,6 +18,8 @@ The application also registers for pub-sub with the `deposit` and `withdraw` top
The application will listen on port 5000 for HTTP.
*Note: For Running the sample in ISS express, change the launchsettings.json to use 127.0.0.1 instead of localhost.*
### Examples
**Deposit Money**