Hi
Use web deployment project to avoid sharing the source code. You can download it from
http://www.microsoft.com/d
This is for VS 2008. If you are using VS 2005, the above said page has the link for VS 2005 too.
To protect from installing your application into more than one server, you can generate a license file containing the IP address or Server name of the target server encrypted with your private key. Embed your public key along with your code. Decrypt the license file and get the server details and validate in the server end. They procedure to encrypt and decrypt is defined in the below link.
http://www.experts-exchang
Main Topics
Browse All Topics





by: wgwsPosted on 2009-08-01 at 01:42:09ID: 24994566
You need to encapsulate your application in a DLL. I use would use Visual Webgui for this. You develop the application just like you would a normal winforms application and it will run on the web just like a winforms application. I'm not sure how else to describe it but their website it http://visualwebgui.com.