Re: How ASP2HTML?

>Hi All,
>
>I have a little question: how can I run an ASP to produce a HTML page and
store it somewhere on >server (suppose I'm admin)? It's rumoured that there is
an ASP2HTML component of Microsoft doing >that job but I couldn't find any
although I searched throughout Microsoft's site. May anyone send >me that
component or suggest another solution?

    Can't you use any application that allows to fetch a page from a server ?
    I would think that without the server running you cannot be sure of the
    results. And so, if your server is running, you only need to fetch the
    page and save it.

    Apart from the obvious "Save As" from your browser, any command line
    HTTP client would do the trick.

    (or am I missing something ?)

-- Raffaele

Received on Sunday, 14 November 1999 00:50:32 UTC