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. independent application running at the server

independent application running at the server

Scheduled Pinned Locked Moved ASP.NET
csharpsysadmintutorialquestion
3 Posts 3 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.
  • S Offline
    S Offline
    shabya
    wrote on last edited by
    #1

    hello, what should i do in order to build an independent .NET application which runs on the server? for example, an application which checks pop3 email every now and then and responds to arrived mails ? tnx

    C Y 2 Replies Last reply
    0
    • S shabya

      hello, what should i do in order to build an independent .NET application which runs on the server? for example, an application which checks pop3 email every now and then and responds to arrived mails ? tnx

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Well, if it's independant, then it's not an ASP.NEt question, right ? You do it with code, not sure what else to say. A windows service is a good choice for an app that runs all the time like this.

      Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

      1 Reply Last reply
      0
      • S shabya

        hello, what should i do in order to build an independent .NET application which runs on the server? for example, an application which checks pop3 email every now and then and responds to arrived mails ? tnx

        Y Offline
        Y Offline
        Yusuf
        wrote on last edited by
        #3

        If you want the application to run all the time (in the background) with not user interaction then use Windows Services If you want the user to have interaction with application, then you need to build Windows Applications (Winform, WPF , etc)

        Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

        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