0

I have already developed asp.net core MVC Application before in visual studio 2017 and I Decided to run and debug this app on visual studio code, What are the required changes for configuration in vs code and in my application?

2 Answers 2

2

Not a single change. VS code is an editor after all you go to your folder. enter image description here

Not on the sln folder and run on the cmd

dotnet run
Sign up to request clarification or add additional context in comments.

Comments

0

So on VS Code which is a light version of Visual Studio Code. Enter the command dotnet build and then dotnet run. Click this link Now listening on: http://localhost:5255

It's the second line down and might be a little confusing as it is not the last line of the output

This is the output you should get

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.