Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: ASPX Deployment


Message #1 by "Harvey, James" <James.Harvey@b...> on Tue, 12 Nov 2002 16:33:36 -0000
Hi,

You need to place all of your .aspx pages in the application folder. If you are 
using code behind files you can also place them in the application folder, 
however, people will be able to get at your source code. To avoid this, 
compile the .vb files into .dll's and place them in the applications Bin folder.

Hope this helps.

Steve.

  Return to Index