.net framework saves all the code in the dll in the bin directory, so
there's no need to copy index.aspx.vb. You can also use a web setup
project that works alot like installshield.
> HI,
Need to write an asp.net app that i can distribute to some clients but i =
don't want them being able to see any of the raw vb code.
If i have index.aspx which uses index.aspx.vb for the codebehind and =
run it all using visual studio. i end up with a big dll in the bin dir.
Am i right in thinking that all i need to do to distribute the app is =
give the client aspx file and the dll ( in the bin dir)??? It seems to =
work i just want to double check on this
Pat