Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Creating a Demo Webpage using ASP.net

Creating a Demo Webpage using ASP.net

Scheduled Pinned Locked Moved ASP.NET
windows-admincsharpasp-netsysadminannouncement
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Azghar Hussain
    wrote on last edited by
    #1

    Hi, I am creating a demo ASP.net web page application which will be installed on client place for 30 days. I want my ASP.net application to stop working after 30 days. I don't want to reply on system date because user can always trick the application by changing the system date of Web server. I guess I will not have access to user system hard disk and registry because application will be running in IIS and it doesn't have access to them. Do you think if there is any other way I can manage trial version of my application. Thanks in Advance

    If you have faith in the cause and the means and in God, the hot Sun will be cool for you.

    T L 2 Replies Last reply
    0
    • A Azghar Hussain

      Hi, I am creating a demo ASP.net web page application which will be installed on client place for 30 days. I want my ASP.net application to stop working after 30 days. I don't want to reply on system date because user can always trick the application by changing the system date of Web server. I guess I will not have access to user system hard disk and registry because application will be running in IIS and it doesn't have access to them. Do you think if there is any other way I can manage trial version of my application. Thanks in Advance

      If you have faith in the cause and the means and in God, the hot Sun will be cool for you.

      T Offline
      T Offline
      TommyTomToms
      wrote on last edited by
      #2

      You can store a timestamp each time the application is run. Then by comparing the previous date to the current date you will know if the clock has been turned back (You could then lock up the application). My 2 cents...

      A dogged, arrogant belief in self and the childlike idealism that comes with not knowing my limits. This is my greatest blessing, my priceless attribute.

      L 1 Reply Last reply
      0
      • A Azghar Hussain

        Hi, I am creating a demo ASP.net web page application which will be installed on client place for 30 days. I want my ASP.net application to stop working after 30 days. I don't want to reply on system date because user can always trick the application by changing the system date of Web server. I guess I will not have access to user system hard disk and registry because application will be running in IIS and it doesn't have access to them. Do you think if there is any other way I can manage trial version of my application. Thanks in Advance

        If you have faith in the cause and the means and in God, the hot Sun will be cool for you.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        My suggestions for you Problem: 1. Create A webservice on your Server that should accept some arguments(IP) from client. It should check on what date the IP was registed. Difference between the Current and Date Registed. Should send TRUE/FALSE to client based on this. 2. Create a DLL for client. Before it serve any request to client, it must contact your Service, get the Status and proceed. 3. If expiry date is over, stop the DLL from execution.

        T 1 Reply Last reply
        0
        • T TommyTomToms

          You can store a timestamp each time the application is run. Then by comparing the previous date to the current date you will know if the clock has been turned back (You could then lock up the application). My 2 cents...

          A dogged, arrogant belief in self and the childlike idealism that comes with not knowing my limits. This is my greatest blessing, my priceless attribute.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Restart WWW services all the Application variables are lost.

          T 1 Reply Last reply
          0
          • L Lost User

            Restart WWW services all the Application variables are lost.

            T Offline
            T Offline
            TommyTomToms
            wrote on last edited by
            #5

            I meant Application as in Web Application and not Page.Application You can always store them somewhere on the hard disk / registry... However setting up of read /write permissions might be tricky depending on how you wish to install the application.

            A dogged, arrogant belief in self and the childlike idealism that comes with not knowing my limits. This is my greatest blessing, my priceless attribute.

            1 Reply Last reply
            0
            • L Lost User

              My suggestions for you Problem: 1. Create A webservice on your Server that should accept some arguments(IP) from client. It should check on what date the IP was registed. Difference between the Current and Date Registed. Should send TRUE/FALSE to client based on this. 2. Create a DLL for client. Before it serve any request to client, it must contact your Service, get the Status and proceed. 3. If expiry date is over, stop the DLL from execution.

              T Offline
              T Offline
              ToddHileHoffer
              wrote on last edited by
              #6

              You beat me to the punch. Good answer.

              I didn't get any requirements for the signature

              L 1 Reply Last reply
              0
              • T ToddHileHoffer

                You beat me to the punch. Good answer.

                I didn't get any requirements for the signature

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                Thanks..... :)

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups