C
C#16mo ago
supernetlix

❔ ASP.net source caode launch

i have a source code, i need to run it locally and modify few things, but i don't know how can i build it, because i have the full source code, please help me
11 Replies
Azrael
Azrael16mo ago
Use VS's built-in debugger.
supernetlix
supernetlixOP16mo ago
do i need to install visual studion or i can do it in visual studio code? @luckylukehjo do you mind if i shared you my screen for 2 minutes, it should be simple for an experienced one
Azrael
Azrael16mo ago
No. You can probably debug it through VSC, but I'd recommend VS.
supernetlix
supernetlixOP16mo ago
it is kinda complicated for me
Azrael
Azrael16mo ago
Why's that?
supernetlix
supernetlixOP16mo ago
No description
supernetlix
supernetlixOP16mo ago
i don't know where exactly i should debug my code
Azrael
Azrael16mo ago
VS.
supernetlix
supernetlixOP16mo ago
i will install VS because i am using now VSC
kocha
kocha16mo ago
To build and run, just download the .net sdk and run the command „dotnet run“ at the location where your .csproj is. For editing you can use vs, vsc, rider etc
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?