I have an ASP.NET website that I am trying to edit, however my Visual Studio is broken. Someone just told me that I can simply use any text editor to modify the .cs files on a real web server, and whenever the page opens, they will be automatically compiled.
Can anyone explain if this is true or false?
I did some search queries regarding JIT compilation. But it’s still not entirely clear to me what this means and how it is used in .NET.
user6 source
share