Re: Looking for advice

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Chris, Master of All Things Insignificant (chris_at_No_Spam_Please.com)
Date: 12/09/04


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
>



Relevant Pages

  • HTML/CSS file not served in IIS
    ... On my Win XP, IIS 5.1, I made a simple html file like follows:- ... <HEAD> ... The browser displays the page correctly as expected. ...
    (microsoft.public.inetserver.iis)
  • Re: [PHP] Displaying files
    ... When you link the browser to a file (as in your HTML and JS code below) it's the *client* that's accessing the file. ... Neither IIS nor PHP get involved in that. ... When you try to do the same with PHP it is running as the IUSR_SERVERNAME user which, by default and for good reason, cannot access network shares in that way. ...
    (php.general)
  • RE: [Full-Disc]: [Full-Disclosure] Xmas virus on the cards ?
    ... >> HTML page is sent to the browser instead. ... This works with executables quite well, ... configured iis to use "notepad.exe" as default page. ...
    (Full-Disclosure)
  • damndest thing!
    ... i've got an email script that produces a text and html version email. ... been testing it by echoing the html to the browser before the message is ... i am testing on windows using iis. ...
    (alt.php)
  • Re: Intranet problem - 404 and 405 errors
    ... I presume the HTML has a FORM that is accessing the EXE. ... "Scripts" or "Scripts and Executables" Execute Permission, ... Both issues you describe can be directly diagnosed from the IIS web log ... Contact the Web site administrator if you believe that this request should ...
    (microsoft.public.inetserver.iis.security)