|
-
Jun 23rd, 2005, 05:26 AM
#1
Thread Starter
Hyperactive Member
Production Solution
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?
-
Jun 23rd, 2005, 09:03 AM
#2
Re: Production Solution
Move your controls and classes to DLLs. You should know how to create class library projects. You do, don't you?
You can then reference those DLLs from your web project. This way the basic code in the ASPX is visible to all, but the code in the DLL is... well, just code in a DLL.
-
Jun 23rd, 2005, 02:05 PM
#3
Thread Starter
Hyperactive Member
Re: Production Solution
Thanks. I think I got the idea.
And what about trigers and stored procedures?
-
Jun 24th, 2005, 01:43 AM
#4
Re: Production Solution
It's possible to use encryption in SQL Server to prevent others from seeing your SPs. According to MSDN, "Using ENCRYPTION prevents the procedure from being published as part of SQL Server replication."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|