How C-sharp WEB programming modifies the code in VISUAL STUDIO without having to restart it immediately.

how C-sharp WEB programming modifies the code in VISUAL STUDIO without having to restart it immediately.
how do I configure it?

Nov.23,2021

deploy the developed website on IIS (the path points to the development environment code). After modifying the C-sharp code in VS, you can compile it directly.


< H1 > first, in the .csproj project file, reference the toolkit < / H1 >

Microsoft.DotNet.Watcher.Tools

< H1 > then use the following startup command < / H1 >

dotnet watch run

< H1 > remember to restore the Nuget package < / H1 >
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7c3ad9-26140.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7c3ad9-26140.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?