HttpClientSample icon indicating copy to clipboard operation
HttpClientSample copied to clipboard

Solution doesn't start. Needs to be configured first

Open russlamb opened this issue 7 years ago • 1 comments

When running on VS 2015, I got syntax errors until I updated the Web client Nuget package and configured the solution to run multiple projects.

  1. To update the nuget package, run the following command at the Package MAnager Console:

Install-Package Microsoft.AspNet.WebApi.Client

Once that's updated, to run the server and client you need to configure the solution to run two projects at once.

  1. Right click solution and select "Properties"

  2. While on the page Common Properties > Startup Project toggle "Multiple startup projects" and move the server project (ProductApi) above the client (HttpClientSample).

  3. Set Action to "Start" for both projects.

  4. Click OK, then click Start button or press F5 to run your project

russlamb avatar Aug 04 '17 18:08 russlamb

i have a question, how to create a dotnet core web server using sslv3 protocol?

xiaojiuwo1993 avatar Feb 13 '20 15:02 xiaojiuwo1993