Click here to Skip to main content
15,905,614 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dynamic Compilation Pin
N a v a n e e t h25-Sep-10 19:50
N a v a n e e t h25-Sep-10 19:50 
GeneralRe: Dynamic Compilation Pin
Abhijit Jana25-Sep-10 20:02
professionalAbhijit Jana25-Sep-10 20:02 
GeneralRe: Dynamic Compilation Pin
Ankur\m/25-Sep-10 23:35
professionalAnkur\m/25-Sep-10 23:35 
GeneralRe: Dynamic Compilation Pin
Abhijit Jana26-Sep-10 6:17
professionalAbhijit Jana26-Sep-10 6:17 
AnswerRe: Dynamic Compilation Pin
N a v a n e e t h25-Sep-10 19:46
N a v a n e e t h25-Sep-10 19:46 
GeneralRe: Dynamic Compilation Pin
Gamzun25-Sep-10 21:24
Gamzun25-Sep-10 21:24 
QuestionCode for creating trial version of software created in VB.Net 2005? [modified] Pin
MohanMbnr25-Sep-10 2:59
MohanMbnr25-Sep-10 2:59 
AnswerRe: Code for creating trial version of software created in ASP.Net 2005? Pin
Sandeep Mewara25-Sep-10 8:50
mveSandeep Mewara25-Sep-10 8:50 
Well, first of all you are talking of a windows application and not a web application. We got that, no issues.

What you are trying is a Licensing kinda feature. There are different ways to achieve:
1) encrypted license files that contains the expiry dates etc.
2) encrypted license keys held in the registry
3) challenge/response mechanism which require an internet connection
4) probably others.......

Try: License Key Generation[^] or: How can I create a Product Key for my C# App[^] or: c# Licensing[^]

Also,
Cryptography 101 for the .NET Framework[^]


MohanMbnr wrote:
I mean my setup copy should be used for one time only.

This part is little tricky. Probably there can be other ways for this, to me one thing looks good is something like, completing the registration online on your site. This would give you power to activate the application completely only once.
AnswerRe: Code for creating trial version of software created in ASP.Net 2005? Pin
Not Active25-Sep-10 9:42
mentorNot Active25-Sep-10 9:42 
Questionx.co service [modified] Pin
Jassim Rahma24-Sep-10 12:36
Jassim Rahma24-Sep-10 12:36 
AnswerRe: x.com service Pin
Luc Pattyn24-Sep-10 12:39
sitebuilderLuc Pattyn24-Sep-10 12:39 
Questionweb.config problem Pin
Jassim Rahma24-Sep-10 11:49
Jassim Rahma24-Sep-10 11:49 
AnswerRe: web.config problem Pin
Not Active25-Sep-10 9:38
mentorNot Active25-Sep-10 9:38 
GeneralRe: web.config problem Pin
Jassim Rahma25-Sep-10 10:27
Jassim Rahma25-Sep-10 10:27 
GeneralRe: web.config problem Pin
Not Active25-Sep-10 11:32
mentorNot Active25-Sep-10 11:32 
GeneralRe: web.config problem Pin
Gamzun25-Sep-10 21:30
Gamzun25-Sep-10 21:30 
GeneralRe: web.config problem Pin
Jassim Rahma25-Sep-10 21:40
Jassim Rahma25-Sep-10 21:40 
GeneralRe: web.config problem Pin
Gamzun4-Oct-10 20:36
Gamzun4-Oct-10 20:36 
QuestionAnonymous usser URL access testing issues Pin
jboyd11124-Sep-10 11:04
jboyd11124-Sep-10 11:04 
AnswerRe: Anonymous usser URL access testing issues Pin
T M Gray24-Sep-10 11:37
T M Gray24-Sep-10 11:37 
GeneralRe: Anonymous usser URL access testing issues Pin
jboyd11127-Sep-10 3:50
jboyd11127-Sep-10 3:50 
GeneralRe: Anonymous usser URL access testing issues Pin
jboyd11127-Sep-10 9:30
jboyd11127-Sep-10 9:30 
QuestionGetting gridview to rebind inside of a modalpopup control Pin
Aptiva Dave24-Sep-10 8:58
Aptiva Dave24-Sep-10 8:58 
AnswerRe: Getting gridview to rebind inside of a modalpopup control Pin
Karthik. A24-Sep-10 11:58
Karthik. A24-Sep-10 11:58 
QuestionProblem with http handlers Pin
Haim Nachum24-Sep-10 5:59
Haim Nachum24-Sep-10 5:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.