Converting Windows App to run as a Web App

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ice Vato
    New Member
    • Jan 2008
    • 18

    Converting Windows App to run as a Web App

    Hi there. I have created a windows application that reads required information of a machine/pc and returns this info to the client/manager, who would like to see a specific machines details on a network. The problem is, i want to enable the application to run as a web application. In the sense of, if a user needs to download the application, all they have to do is click on a link and download it, and it must run....How do i do that?? or is there some other way of approaching this problem??I urgently need help on this 1 please....I am using Visual Studio 2005 Version8....
    <Removed by Admin>
    Thanks.....
    Last edited by r035198x; Jun 25 '08, 01:58 PM. Reason: posting emails is against site rules
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    This is pretty easy to do. Go to Build -> Publish <Project Name>

    Then follow the wizard.

    OneClick is a pretty neat tool.

    Comment

    • Ice Vato
      New Member
      • Jan 2008
      • 18

      #3
      Originally posted by insertAlias
      This is pretty easy to do. Go to Build -> Publish <Project Name>

      Then follow the wizard.

      OneClick is a pretty neat tool.
      Ok...thanks for that Insert....will do...

      Comment

      • Ice Vato
        New Member
        • Jan 2008
        • 18

        #4
        Originally posted by insertAlias
        This is pretty easy to do. Go to Build -> Publish <Project Name>

        Then follow the wizard.

        OneClick is a pretty neat tool.
        Ok..i have tried this before,and done it now again.the problem is i get alot of Warnings saying that most of the Dll's cannot be found,but when i check , they are all ther in my folder.
        It runs and installs on my pc, but when i access the link from another machine, the app times out giving me exceptions...
        I dont know what else to try???...Please assist me again...

        Comment

        • Curtis Rutland
          Recognized Expert Specialist
          • Apr 2008
          • 3264

          #5
          I've never run into this problem before...I hope someone else has.


          Originally posted by Ice Vato
          Ok..i have tried this before,and done it now again.the problem is i get alot of Warnings saying that most of the Dll's cannot be found,but when i check , they are all ther in my folder.
          It runs and installs on my pc, but when i access the link from another machine, the app times out giving me exceptions...
          I dont know what else to try???...Please assist me again...

          Comment

          Working...