Re: Custom Web Server
From: CJ Taylor ([cege])
Date: 09/14/04
- Next message: Alex Papadimoulis: "RE: Refresh rate on a WebBrowser"
- Previous message: Jonathan Pierce: "Re: Decompiler.NET reverse engineers your CLS compliant code"
- In reply to: Rob T: "Re: Custom Web Server"
- Next in thread: CJ Taylor: "Re: Custom Web Server"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Sep 2004 15:29:31 -0500
Thats the point, your serving up a web page, therefore the need for a web
server.
You can (though its a lot more work than just setting up an web page) is
build a static template that has tokens you can replace...
Basically, it can be served up, a program rewrites the page every now and
then with data... and you can access it using the file:/// method... You
WONT be able to serve it up using http:// because your not using a web
server.
So there is a way to do it, but honestly, your wasting your time....
setting up IIS isn't hard from an installer, nor is cassini... People
trying to go around or "roll there own" ususally just get burned and spend a
lot more time and money...
but I suppose you will do it the way you want.
good luck,
"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: Alex Papadimoulis: "RE: Refresh rate on a WebBrowser"
- Previous message: Jonathan Pierce: "Re: Decompiler.NET reverse engineers your CLS compliant code"
- In reply to: Rob T: "Re: Custom Web Server"
- Next in thread: CJ Taylor: "Re: Custom Web Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|