0

I created two project but I can't call something like this for second one (WebApplication8) :

https://localhost:44356/api/Students/getData?stdId=5 

This url worked for my first/main project (ContosoUniversity)

How to define routing for both project's controller in on solution

image note

iDeveloper
  • 1,699
  • 22
  • 47

1 Answers1

1

Create area for main project and define routing for each one.

iDeveloper
  • 1,699
  • 22
  • 47