ASP.NET offline application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zahid313
    New Member
    • Nov 2008
    • 20

    ASP.NET offline application

    Hello,

    I need to make a web application that can work even when thr is no internet connectivity. Like gmail has some form of limited offline working mode.

    Thanks
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    Okay. So what's your question for the volunteers here?

    Comment

    • NitinSawant
      Contributor
      • Oct 2007
      • 271

      #3
      You can use Google Gears in your application to make it offline, It is open source.

      Comment

      • zahid313
        New Member
        • Nov 2008
        • 20

        #4
        Hello,

        I want zero installation at client's end, is that possible with google gear

        Thanks

        Comment

        • NitinSawant
          Contributor
          • Oct 2007
          • 271

          #5
          what do you mean by zero installation??

          do you mean without downloading new files?


          If you want to make asp.net application offline then
          you have to zip(compress) your application and send it to client machine
          and then
          you must install IIS server on client machine and then uncompress and deploy your app to IIS wwroot.

          Comment

          Working...