1)i m telling if i install my application on one PC after 5 days my application should not run on that PC.
2 ) can u tell me if i create one componenet then to use that .DLL file in other program or application what should i do ?? ? pls explain me steps ?? (my component works in program in which component has been created i m asking for
other )
I developed an accounting package. I need to give a demo version to my client, I searched in google,I did not get solution. In your reply you said that check the date in global asax page.Here i have a doubt, To create demo or trial version ,we need to create
a new website or can create on existing package.please give the steps how to do it.please tell me how post a new post here
First find the correct group for your post and then click "new Post". As you are a new user, it will be between 30 minuts and 2 hours before your post gets moderated and appears as a new thread.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
I think we cannt depend on application start datetime and session start datetime b'coz IIS itself re-start the application for memory flushes so this will not work (as per my knowledge)
jay4ever_200...
Member
468 Points
112 Posts
how can i create TRIAL VERSION of ASP.NET application ??
Feb 21, 2006 12:52 PM|LINK
i m at trouble my boss told me to create TRIAL VERSION of ASP.NET program
how can i create TRIAL VERSION of ASP.NET application ??pls help me
Blake05
Contributor
2561 Points
511 Posts
Re: how can i create TRIAL VERSION of ASP.NET application ??
Feb 22, 2006 04:46 AM|LINK
Are you talking about a componet. I would ask your boss for clarification.
Blog - Website: windowscoding.com
jay4ever_200...
Member
468 Points
112 Posts
Re: how can i create TRIAL VERSION of ASP.NET application ??
Feb 22, 2006 07:28 AM|LINK
Edited by XIII
no i m not telling that way sir !!
1)i m telling if i install my application on one PC after 5 days my application should not run on that PC.
2 ) can u tell me if i create one componenet then to use that .DLL file in other program or application what should i do ?? ? pls explain me steps ?? (my component works in program in which component has been created i m asking for other )
ahmed_elnoby
Member
203 Points
45 Posts
Re: how can i create TRIAL VERSION of ASP.NET application ??
Mar 12, 2006 02:08 PM|LINK
no problem in this
create an application object in the application start in the global.asax name it Installationdate for example
and in the global asax in the session_start check if the current date larger than the installation date by 5 days .
if so throw trial finished exception
thanks,
and care about ur boss [;)]
Senior Web Developer
MCP,MCTS
jay4ever_200...
Member
468 Points
112 Posts
Re: how can i create TRIAL VERSION of ASP.NET application ??
Mar 13, 2006 02:56 AM|LINK
thnx man
i will reply u if i will have any queries ok man.
good bye
shanwaj
Member
16 Points
10 Posts
Re: how can i create TRIAL VERSION of ASP.NET application ??
Dec 30, 2008 07:20 AM|LINK
hi ahmed_elnoby
I developed an accounting package. I need to give a demo version to my client, I searched in google,I did not get solution. In your reply you said that check the date in global asax page.Here i have a doubt, To create demo or trial version ,we need to create a new website or can create on existing package.please give the steps how to do it.please tell me how post a new post here
thanks in advance
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: how can i create TRIAL VERSION of ASP.NET application ??
Dec 31, 2008 10:52 AM|LINK
First find the correct group for your post and then click "new Post". As you are a new user, it will be between 30 minuts and 2 hours before your post gets moderated and appears as a new thread.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
divyesh1432
Member
4 Points
3 Posts
Re: how can i create TRIAL VERSION of ASP.NET application ??
Jul 13, 2009 06:40 AM|LINK
Hi,
I think we cannt depend on application start datetime and session start datetime b'coz IIS itself re-start the application for memory flushes so this will not work (as per my knowledge)
Is that correct ?
Thanks