Hello,

I have created project, which is used be me.
Is consists Web Users Controls, Classes with procedures for interaction with SQL Stored procedures, MS SQL database, with Tables, Relationships, trigers and stored procedures.

Couse of money lack I strated thinking of transforming this project to production version.
Problem is, that I do not want to sell entire source code. I need somehow transform this project to be like product, which consist some dll, which could be used as web user controls in ASP .NET, SQL syntax for creating DB and tables, also stored procedures (even triggers) must be encrypted or used in other way.

Any ideas?