I've got a ASP.NET website which I'm attempting to edit, however my Visual Studio broke. Someone just told me that i can simply use any text editor to modify the .cs files on the live webserver and whenever the page is opened they'll automatically be compiled.
Could anyone explain whether this is true or false?
I did some googling mentioning JIT-compiling. But it still isn't quite clear to me what it means and how it is used within .NET