mirror of https://github.com/dapr/dotnet-sdk.git
adding a note about IIS express. (#355)
This commit is contained in:
parent
26651756d0
commit
493cd3fd73
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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**
|
||||
|
|
|
|||
|
|
@ -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**
|
||||
|
|
|
|||
Loading…
Reference in New Issue