independent application running at the server
-
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
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 )
-
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
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[^]