Groups | Blog | Home
all groups > asp.net > november 2003 >

asp.net : aspx.vb files


Don
11/27/2003 11:35:05 PM
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
Louis R. Schilling
11/28/2003 1:54:24 PM
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

[quoted text, click to view]

Websoftwares NO[at]SPAM Hotmail.com
11/28/2003 3:57:11 PM
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,

[quoted text, click to view]
AddThis Social Bookmark Button