Application Hosting

Last post 07-04-2009 3:37 AM by HostingASPNet. 2 replies.

Sort Posts:

  • Application Hosting

    07-03-2009, 7:45 AM
    • Member
      6 point Member
    • FrankEnem
    • Member since 06-24-2009, 11:58 AM
    • Posts 13

     Hi,

    I have created two forms for my projects which I believe is a starting point.

    I want to deploy the application in a stand-alone computer where a user will key in the basic account info into an access database.

    How do I go about this?

     

  • Re: Application Hosting

    07-03-2009, 11:07 AM
    Answer
    • Star
      8,810 point Star
    • integrasol
    • Member since 06-05-2009, 11:18 AM
    • Denmark & Spain
    • Posts 1,633

    Let me just check if we're on the same page; you're creating a Web application, but it should only run on a single computer? If so, consider creating a Windows Forms application instead. If not, I assume you want the Web application deployed to a Web server, including the Access database.

    You might want to consider using the GridView control with the AccessDataSource control, to get you started, http://msdn.microsoft.com/en-us/library/8e5545e1.aspx

    Thanks

    Carsten

    Please click Mark as Answer if this post is of help to you. :-)



    My Blog
  • Re: Application Hosting

    07-04-2009, 3:37 AM
    Answer
Page 1 of 1 (3 items)