Re: Custom Web Server
From: Rob T (RTorcellini_at_DONTwalchemSPAM.com)
Date: 09/14/04
- Next message: Daniel O'Connell [C# MVP]: "Re: Decompiler.NET reverse engineers your CLS compliant code"
- Previous message: Imran Koradia: "Re: array of booleans?"
- In reply to: Cor Ligthert: "Re: Custom Web Server"
- Next in thread: CJ Taylor: "Re: Custom Web Server"
- Reply: CJ Taylor: "Re: Custom Web Server"
- Reply: CJ Taylor: "Re: Custom Web Server"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Sep 2004 15:18:29 -0400
I don't think Casini is what I'm looking for (mainly since it's in c# and I
live in a VB world).
Perhaps I wasn't asking my question clearly: This app is very simple. It
just monitors a database and sends out emails based on certain critera in
the DB. It doesn't even need to be "installed" on the system...just copy it
to the machine and run it. So, this is why I wanted to avoid using IIS so
the user doesn't have to set up a new web site on the machine. The app
would just serve up a static page that shows some status information about
itself.
"Cor Ligthert" <notfirstname@planet.nl> wrote in message
news:%23dzNgWimEHA.3876@TK2MSFTNGP15.phx.gbl...
> Rob,
>
> It sounds as a little big strange solution you are making. As far as I
> understand you than you need remoting and than the users can use
information
> from your little vb.application.
>
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemruntimeremoting.asp
>
> Doing it with a webpage would make from your little vb.application a
serious
> webserver.
>
> And when you want to use HTML for it, therefore you have nothing from a
> webserver on the local computer, therefore you need something as IIS on
your
> server (which is a standard feature of that). You have than to put at
least
> the output from your little vb.application in a file, database or
whatever.
>
> Just my thought
>
> Cor
>
>
- Next message: Daniel O'Connell [C# MVP]: "Re: Decompiler.NET reverse engineers your CLS compliant code"
- Previous message: Imran Koradia: "Re: array of booleans?"
- In reply to: Cor Ligthert: "Re: Custom Web Server"
- Next in thread: CJ Taylor: "Re: Custom Web Server"
- Reply: CJ Taylor: "Re: Custom Web Server"
- Reply: CJ Taylor: "Re: Custom Web Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|