aspx.vb files

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

Is it necessary to have the aspx.vb (Sourcecode) files on
the server or is the application.dll enough to make my apps
working on server? I don't want to realease my source code!

Thanks
Don
 
No you do not need to copy your .vb files to the web server. The DLL
contains all the necessary code for the application to function properly.

HTH,

Lou
 
You only need the .dll file on a production web server. All the source
code in your code-behind file gets compiled into the .dll file.

Tommy,
 

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