Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP ERROR 404 #1

Open
vd3d opened this issue Nov 24, 2018 · 1 comment
Open

HTTP ERROR 404 #1

vd3d opened this issue Nov 24, 2018 · 1 comment

Comments

@vd3d
Copy link

vd3d commented Nov 24, 2018

Hi,

When I run your sample I got a HTTP ERROR 404

The browser open at : http://localhost:58267/

I have also try with postman and everything looks empty ! I have put breakpoint but they don't stop !

Do you have a C# sample for the client too ? It will be helpful :-)

@starquinius
Copy link

starquinius commented Dec 2, 2018

Hello vd3d,

You can make it work in 2 ways:

First (simple but only as long as your browser opens at http://localhost:58267)

  1. Go into Program.cs
  2. Change in line 17 his 4000 into your 58267

Second (the real solution)

  1. Rightclick WebApi, select properties
  2. Select Debug in the new screen
  3. Change Profile into WebApi
  4. Change App URL into http://localhost:4000
  5. Save
  6. Run but not with the default ISSExpress options but with the WebApi options

Good luck.

secondsolution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants