Re: Web Interface for a c# Console Application
- From: viashino@xxxxxxxx
- Date: 2 Jan 2007 07:57:59 -0800
Well, I couldn't use win service, because it would run also on Linux.
About web service, I found something (gooogling a lot), and was
thinking about it.
But I have a problem with both web services and remoting (that was
another option I found).
When I try to compile I get that it can't find the namespace "Services"
inside System.Web.
I downloaded different pieces of codes and always get the same error.
Also I "don't have" Channel.Tcp (for remoting)...
Do I need additional packages?
I have .Net v2.0.50727
Thank You for your answer.
Ignacio Machin ( .NET/ C# MVP ) ha scritto:
Hi
If this is the case then a console app is the wrong kind of app, you need
either a win service or a web service, the later is my suggested way to go.
Or simply you could implement a web app around it
--
Ignacio Machin
machin AT laceupsolutions com
<viashino@xxxxxxxx> wrote in message
news:1167738322.079341.96140@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I have written a Console Application that is doing different things,
like checking the status of different network Hosts.
I would like to implement a WebInterface to show such status, and maybe
also send some commands to my app.
It is possible to do it in asp.net ? I though I only need to "pass" my
object reference to the ASP page, so I can access its proprieties...
But I don't know how to do it (and if it is possible).
I saw lots of threads about WinForms to WebForms, but none about
ConsoleApp to Web.
Any link would be very appreciated.
Thanks
Viashino
.
- Follow-Ups:
- Re: Web Interface for a c# Console Application
- From: gerry
- Re: Web Interface for a c# Console Application
- References:
- Web Interface for a c# Console Application
- From: viashino
- Re: Web Interface for a c# Console Application
- From: Ignacio Machin \( .NET/ C# MVP \)
- Web Interface for a c# Console Application
- Prev by Date: Re: Any way to cancel a dialog that's already called to showDialog?
- Next by Date: Re: problems starting a Network service
- Previous by thread: Re: Web Interface for a c# Console Application
- Next by thread: Re: Web Interface for a c# Console Application
- Index(es):
Relevant Pages
|