The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Site Management
> Business Help
|
Licensing processes
Discuss Licensing processes in the Business Help forum on Dev Shed. Licensing processes Business Help forum discussing Business Documents, Copyright Law, Contracts, Non-Compete issues and more. Disclaimer: Always consult an attorney; this is just a place to discuss ideas.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

January 8th, 2009, 03:59 PM
|
 |
Business Analyst
|
|
Join Date: Mar 2004
Location: The 'Ville
|
|
|
Licensing processes
I'm looking for some information about how to set up licensing for some software I've created.
Basically, I want to be able to limit the number of users. I really don't want to force users to register via the internet or have my application check some remote database every time they log in to make sure they haven't set up too many users, etc.
This is an ASP.NET web application. The users will own the servers they're placed on, so really they could open the plain-text code and find out exactly what I'm doing and possibly how to get around it.
Is there a good way to handle this without the application needing a connection to the internet and pinging some remote authentication site that I may set up?
__________________
Discontent is the first necessity of progress. - Edison
|

January 12th, 2009, 01:22 PM
|
 |
Business Analyst
|
|
Join Date: Mar 2004
Location: The 'Ville
|
|
|
Ok, so here's maybe one idea. I just realized that rather than putting all of my *.aspx.cs (or *.aspx.vb) files out there directly that I could put them in a DLL and reference them that way. Is that a bad idea? I realize this isn't the .NET forum, but is a DLL any less efficient with regard to performance?
|

January 12th, 2009, 02:01 PM
|
 |
Type Cast Exception
|
|
Join Date: Apr 2004
Location: OAKLAND CA | Adam's Point (Fairyland)
|
|
|
When we deploy ASP.Net applications enterprise we never, ever post .cs files. Just your .aspx files, your .dlls, and the mandatory web.config and such. If you do a publish you should get a folder with only the needed stuff and no code behind source.
__________________
medialint.com
“Today you are You, that is truer than true. There is no one alive who is Youer than You.” - Dr. Seuss
|

January 12th, 2009, 02:16 PM
|
 |
Business Analyst
|
|
Join Date: Mar 2004
Location: The 'Ville
|
|
Quote: | Originally Posted by medialint When we deploy ASP.Net applications enterprise we never, ever post .cs files. Just your .aspx files, your .dlls, and the mandatory web.config and such. If you do a publish you should get a folder with only the needed stuff and no code behind source. | So from a Visual Web Developer point of view, how do I create, compile, and reference the DLL? Move all code to one DLL? App_Code folder? Can you give some more details of the actual file management please?
Thanks! Great reply!
|

January 16th, 2009, 03:35 PM
|
 |
Business Analyst
|
|
Join Date: Mar 2004
Location: The 'Ville
|
|
|
I still haven't quite figured out how I want to handle serial numbers or registration or any of that junk, but I did find a good article here on precompilation:
http://www.odetocode.com/Articles/417.aspx
I think that's what medialint was talking about.
Thanks!
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|