show textfile in browser

show textfile in browser

am 11.11.2007 15:53:01 von HJ

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

Re: show textfile in browser

am 11.11.2007 19:23:14 von exjxw.hannivoort

=?Utf-8?B?SEo=?= wrote on 11 nov 2007 in
microsoft.public.inetserver.asp.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)

Re: show textfile in browser

am 12.11.2007 14:49:14 von Mike Brind

"HJ" wrote in message
news:EF857342-6C08-46E6-9949-C2E6B42AF131@microsoft.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

Re: show textfile in browser

am 12.11.2007 15:23:00 von HJ

Thanks Mike

"Mike Brind" wrote:

>
> "HJ" wrote in message
> news:EF857342-6C08-46E6-9949-C2E6B42AF131@microsoft.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
>
>
>