Sneha K

Sneha K

  • 916
  • 527
  • 190.2k

How to configure ASP.NETCore7 Web API url in ASP.NETCore7 MVC project?

Oct 4 2023 6:27 PM

Hi All

I created two projects, an ASP.NET Core 7 Web API, and an ASP.NET Core 7 MVC project.

URL of my ASP.NET Core 7 Web API project is

localhost:7271
Now my question is how to configure this url in the ASP.NET Core 7 MVC project and call inside the controller. I am in learning stage. So please help me to resolve the issue.
In which place we have to write the API configuration in the ASP.NET Core 7 MVC project. Thanks!

ASP.NET Core 7 MVC project:


Answers (5)