[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Jeff Spring

6/6/2002 7:19:00 AM

I've got a mobile application that I'd like to distribute
to clients, but I need to hide the source code from them.
When I compile the project into a setup package, then
install it on another web server, the whole project is
there and available for them to pop open and have their
way with it.

Is there any way to compile the project into something
other than text, so that the source code can't be viewed
from the webserver?

Many Thanks!
1 Answer

(Andres Sanabria)

6/6/2002 6:27:00 PM

0

You could create a new setup project that contains the DLL for the code and
abviously the ASPX pages so it can be browsable (this assume that you are
using code behind)

Instructions
select from the template window "Setup wizard"
Give a name and click ok
Click next
From the options select "Create a setup from a web application"
click next
From teh Step 3 only select "Primary output"
click next
Now add the aspx by clicking add
click next
click finish.
Then recomplile and you should get the ASPX and the DLL that contains the
logic in the code behine.

Please let us know it this does not work

AndresS

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.