Standart practice on website source code

  • Thread starter Thread starter frogman7
  • Start date Start date
F

frogman7

I am new the the .NET enviornment. Is it standard practice to put the
source code (.vb, .c, etc.) up on the web server with the aspx files?

What are the pros and cons of this action?
 
If you are compiling your project into a DLL, then no, it isn't. The source
code would not be doing anything up on the web server at all. It would be
just exposing your source code to whoever was browsing the web server.
 
Back
Top