aspx_professional thread: ASPX Deployment
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.
|





