I have a question regarding ASP.NET:
In the case of PHP when placing an application on the server means putting the application's source code. In the case of ASP.NET, (specifically C # with pages in .aspx), is there any way to use it without exposing the source code?
If the application is only in C # it is possible to generate the executable, but in the case of ASP.NET, is it possible to separate the application running (on the client, suppose) from the source code?