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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top