how can i create TRIAL VERSION of ASP.NET application ??

Last post 07-13-2009 2:40 AM by divyesh1432. 7 replies.

Sort Posts:

  • how can i create TRIAL VERSION of ASP.NET application ??

    02-21-2006, 8:52 AM
    • Member
      468 point Member
    • jay4ever_2000
    • Member since 11-08-2005, 3:51 PM
    • India
    • Posts 112

    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

    Jay "Enjoy Life"
  • Re: how can i create TRIAL VERSION of ASP.NET application ??

    02-22-2006, 12:46 AM
    • Contributor
      2,498 point Contributor
    • Blake05
    • Member since 12-02-2005, 11:22 PM
    • Wisconsin
    • Posts 501
    Add a label and make the page title and label say "Trail Version".

    Are you talking about a componet. I would ask your boss for clarification.
  • Re: how can i create TRIAL VERSION of ASP.NET application ??

    02-22-2006, 3:28 AM
    • Member
      468 point Member
    • jay4ever_2000
    • Member since 11-08-2005, 3:51 PM
    • India
    • Posts 112

    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 )

    Jay "Enjoy Life"
  • Re: how can i create TRIAL VERSION of ASP.NET application ??

    03-12-2006, 10:08 AM
    • Member
      203 point Member
    • ahmed_elnoby
    • Member since 11-17-2005, 10:29 AM
    • Egypt
    • Posts 45
    take it easy man,

    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 Wink [;)]



    Ahmed El Noby
    Senior Web Developer
    MCP,MCTS
  • Re: how can i create TRIAL VERSION of ASP.NET application ??

    03-12-2006, 10:56 PM
    • Member
      468 point Member
    • jay4ever_2000
    • Member since 11-08-2005, 3:51 PM
    • India
    • Posts 112

    thnx man

    i will reply u if i will have any queries ok man.

    good bye

     

    Jay "Enjoy Life"
  • Re: how can i create TRIAL VERSION of ASP.NET application ??

    12-30-2008, 3:20 AM
    • Member
      2 point Member
    • shanwaj
    • Member since 10-30-2007, 9:32 AM
    • Posts 5

    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

  • Re: how can i create TRIAL VERSION of ASP.NET application ??

    12-31-2008, 6:52 AM
    • All-Star
      62,859 point All-Star
    • TATWORTH
    • Member since 02-04-2003, 1:34 PM
    • England
    • Posts 12,270
    • TrustedFriends-MVPs

    shanwaj:
    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.

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
  • Re: how can i create TRIAL VERSION of ASP.NET application ??

    07-13-2009, 2:40 AM
    • Member
      point Member
    • divyesh1432
    • Member since 10-19-2006, 10:23 AM
    • Posts 1

    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

Page 1 of 1 (8 items)