Re: Custom Web Server
From: CJ Taylor ([cege])
Date: 09/14/04
- Next message: Jonesgj: "Data Grid and DateTime Values From SQL Server"
- Previous message: Alex Papadimoulis: "RE: Refresh rate on a WebBrowser"
- In reply to: Rob T: "Re: Custom Web Server"
- Next in thread: Cor Ligthert: "Re: Custom Web Server"
- Reply: Cor Ligthert: "Re: Custom Web Server"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Sep 2004 15:36:22 -0500
Wait... sends out emails???
Then WTF are you asking about a web server for then?
System.Web.Mail can do that for you...
"Rob T" <RTorcellini@DONTwalchemSPAM.com> wrote in message
news:e9PIf%23omEHA.3464@tk2msftngp13.phx.gbl...
> 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: Jonesgj: "Data Grid and DateTime Values From SQL Server"
- Previous message: Alex Papadimoulis: "RE: Refresh rate on a WebBrowser"
- In reply to: Rob T: "Re: Custom Web Server"
- Next in thread: Cor Ligthert: "Re: Custom Web Server"
- Reply: Cor Ligthert: "Re: Custom Web Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|