locked
Installation of windows service on VPS RRS feed

  • Question

  • Hi,

    I have developed a windows service for monitoring the service/server who have registered their URL in my site.

    Now, the problem is that I have successfully installed my windows service on my local machine and service got registered in registry and add/remove programs also,

    But I don't know that how to install it on my VPS? I have copied my service folder to the VPS but it's not getting installed or registered.

    The base of service is C#.net and Visual Studio 2005 I am using SQL server 2005 as backend ,

    Please help me as soon as possible to come up from this problem.

    Kaushal.
    • Moved by CoolDadTx Thursday, February 11, 2010 3:03 PM Not IDE related (From:Visual C# IDE)
    • Changed type kaushal_4u Friday, February 12, 2010 9:04 AM no reply
    • Changed type kaushal_4u Friday, February 12, 2010 9:04 AM
    • Changed type SamAgain Thursday, March 4, 2010 3:36 AM
    • Moved by SamAgain Thursday, March 4, 2010 3:48 AM better fit (From:.NET Base Class Library)
    Thursday, February 11, 2010 5:32 AM

Answers

  • Hi, kaushal_4u:
        Sorry for the delayed answer. I am no expert on VPS, but I wish the following link could give you some help.
       
        How do I run an application as a service on my Windows VPS?
        http://www.hosting.com/support/vps/windows/service/
       
    Please mark the right answer at right time.
    Thanks,
    Sam
    Friday, February 19, 2010 8:30 AM
  • Hi, kaushal_4u:
         If I understand it right, what you want is to generate some notification when certian db item needs to be checked again since its last check. And I think you can get better served in SQL database forum.
    Please mark the right answer at right time.
    Thanks,
    Sam
    Thursday, March 4, 2010 3:47 AM

All replies

  • Hi, kaushal_4u:
        Sorry for the delayed answer. I am no expert on VPS, but I wish the following link could give you some help.
       
        How do I run an application as a service on my Windows VPS?
        http://www.hosting.com/support/vps/windows/service/
       
    Please mark the right answer at right time.
    Thanks,
    Sam
    Friday, February 19, 2010 8:30 AM
  • Hi sam,

    Thanks for showing your concern, I got the solution..

    Hey sam, I have 2 columns in my db interval and last checked, i have to add interval in to lastcheck date, and if the result is equal to current time then i have to fire an event.

    My base is C#.net 2005 n sql server management studio.

    Can you guess how to make it possible?

    Thanks,

    Kaushal
    Friday, February 26, 2010 5:14 AM
  • Hi, kaushal_4u:
         If I understand it right, what you want is to generate some notification when certian db item needs to be checked again since its last check. And I think you can get better served in SQL database forum.
    Please mark the right answer at right time.
    Thanks,
    Sam
    Thursday, March 4, 2010 3:47 AM