Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: distribution of asp apps


Message #1 by "Pat Hastings" <pat.hastings@s...> on Fri, 22 Mar 2002 15:36:51 -0000
.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

  Return to Index