Re: Looking for advice
From: Chris, Master of All Things Insignificant (chris_at_No_Spam_Please.com)
Date: 12/09/04
- Next message: Herfried K. Wagner [MVP]: "Re: Is there an event for image change for a PictureBox Control? please help."
- Previous message: Chris, Master of All Things Insignificant: "Re: DataGridBoolColumn inaccessable"
- In reply to: peter_at_mclinn.com: "Looking for advice"
- Next in thread: peter_at_mclinn.com: "Re: Looking for advice"
- Reply: peter_at_mclinn.com: "Re: Looking for advice"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 9 Dec 2004 14:01:25 -0600
You are basically asking (I think) if there is a way to serve web pages w/o
using IIS. You could write your only program to listen to port 80 and sent
out the html page directly. You could use a different port as not to
conflict with any webserver already running on the machine. The user would
then type in http://MACHINENAME:PORT/ and you would then send back the
stream of HTML.
Do I understand the issue that no "outside user" isn't running the program
you wrote?
If this is an internal network, you could just write out an HTML file to a
share drive and let the user open up the file in the browser.
Not sure this helped...
Chris
<peter@mclinn.com> wrote in message
news:1102618644.286204.188240@z14g2000cwz.googlegroups.com...
>I have created a program that collects information from a local cable
> modem and now I want to present the data out via a webpage. Is there
> any way to allow outside users to view this data via a normal web
> browser. I want it to be an internal app solution. I don't want to
> have anyone to configure IIS or anything else. Is this possible using
> .net? Any direction would be much appreciated.
>
> -Peter
>
- Next message: Herfried K. Wagner [MVP]: "Re: Is there an event for image change for a PictureBox Control? please help."
- Previous message: Chris, Master of All Things Insignificant: "Re: DataGridBoolColumn inaccessable"
- In reply to: peter_at_mclinn.com: "Looking for advice"
- Next in thread: peter_at_mclinn.com: "Re: Looking for advice"
- Reply: peter_at_mclinn.com: "Re: Looking for advice"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|