show textfile in browser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SEo=?=

    show textfile in browser

    Hi guru's

    I'm pretty new to webprogramming. I use VWD 2008 Express Edition.
    I try to build a webpage and the content of that page is stored in a
    textfile on the filesystem. That way I can change the content of my webpage
    very easy. The problem is that I can't figure out how to show the content of
    that textfile in my browser.

    Any suggestions?

    Thanx
    Hendrik Jan
  • Evertjan.

    #2
    Re: show textfile in browser

    =?Utf-8?B?SEo=?= wrote on 11 nov 2007 in
    microsoft.publi c.inetserver.as p.general:
    I'm pretty new to webprogramming. I use VWD 2008 Express Edition.
    Why? Start with a simple editor and learn!
    I try to build a webpage and the content of that page is stored in a
    textfile on the filesystem. That way I can change the content of my
    webpage very easy. The problem is that I can't figure out how to show
    the content of that textfile in my browser.
    >
    call it: myTextFile.txt

    --
    Evertjan.
    The Netherlands.
    (Please change the x'es to dots in my emailaddress)

    Comment

    • Mike Brind

      #3
      Re: show textfile in browser


      "HJ" <HJ@discussions .microsoft.comw rote in message
      news:EF857342-6C08-46E6-9949-C2E6B42AF131@mi crosoft.com...
      Hi guru's
      >
      I'm pretty new to webprogramming. I use VWD 2008 Express Edition.
      So it's highly likely that you are using ASP.NET. If that's the case, this
      is the wrong group for you as it covers classic ASP, which is a completely
      different technology. You are much more likely to get relevant help at
      forums.asp.net. If you post there, make sure you specifiy the language you
      are using, otherwise odds are that someone will provide a link to or work up
      a nice example in a language that you don't know.

      --
      Mike Brind


      Comment

      • =?Utf-8?B?SEo=?=

        #4
        Re: show textfile in browser

        Thanks Mike

        "Mike Brind" wrote:
        >
        "HJ" <HJ@discussions .microsoft.comw rote in message
        news:EF857342-6C08-46E6-9949-C2E6B42AF131@mi crosoft.com...
        Hi guru's

        I'm pretty new to webprogramming. I use VWD 2008 Express Edition.
        >
        So it's highly likely that you are using ASP.NET. If that's the case, this
        is the wrong group for you as it covers classic ASP, which is a completely
        different technology. You are much more likely to get relevant help at
        forums.asp.net. If you post there, make sure you specifiy the language you
        are using, otherwise odds are that someone will provide a link to or work up
        a nice example in a language that you don't know.
        >
        --
        Mike Brind
        >
        >
        >

        Comment

        Working...