dynamically saving html files on server

hi all,

I need to implement the following functionality in asp.
I have got an asp page which renders some html onto the browser.Now
instead of rendering the html to the browser i should save that as an
html file in server itself. Please advise how i can accomplish this.

Thanks for help!!
ajaycfd [ Mi, 12 September 2007 01:47 ] [ ID #1818567 ]

Re: dynamically saving html files on server

<ajaycfd [at] gmail.com> wrote in message
news:1189554444.133504.220330 [at] b32g2000prf.googlegroups.com.. .
> hi all,
>
> I need to implement the following functionality in asp.
> I have got an asp page which renders some html onto the browser.Now
> instead of rendering the html to the browser i should save that as an
> html file in server itself. Please advise how i can accomplish this.
>


It would help to know why this is needed.

For example if this page takes a long time to execute and the requirement is
to build the HTML over night then the solution could be a VBScript scheduled
task to request the page using XMLHTTP and saving the response to the HTM
file.

OTH if the set of pages to be generated in this way is very large and its
simply desired to cache generated responses to improve response times then
moving to ASP.NET might be a better option. If not then an XML DOM could be
used to build the HTML content saving the DOM content as a HTM file.


--
Anthony Jones - MVP ASP/ASP.NET
Anthony Jones [ Mi, 12 September 2007 09:27 ] [ ID #1818569 ]

Re: dynamically saving html files on server

"Anthony Jones" <Ant [at] yadayadayada.com> wrote in message
news:%238eKn5Q9HHA.2208 [at] TK2MSFTNGP06.phx.gbl...
>
> <ajaycfd [at] gmail.com> wrote in message
> news:1189554444.133504.220330 [at] b32g2000prf.googlegroups.com.. .
>> hi all,
>>
>> I need to implement the following functionality in asp.
>> I have got an asp page which renders some html onto the browser.Now
>> instead of rendering the html to the browser i should save that as an
>> html file in server itself. Please advise how i can accomplish this.
>>
>
>
> It would help to know why this is needed.
>

Could be the poster wants search-engine friendly urls. Who knows ;-)

--
Mike Brind
Mike Brind [ Mi, 12 September 2007 09:55 ] [ ID #1818570 ]

Re: dynamically saving html files on server

http://www.thescripts.com/forum/thread670995.html



<ajaycfd [at] gmail.com> wrote in message news:1189554444.133504.220330 [at] b32g2000prf.googlegroups.com.. .
> hi all,
>
> I need to implement the following functionality in asp.
> I have got an asp page which renders some html onto the browser.Now
> instead of rendering the html to the browser i should save that as an
> html file in server itself. Please advise how i can accomplish this.
>
> Thanks for help!!
>
Jon Paal [ Mi, 12 September 2007 17:37 ] [ ID #1818574 ]
Webserver » microsoft.public.inetserver.asp.general » dynamically saving html files on server

Vorheriges Thema: Intranet Site connecting to Active Directory
Nächstes Thema: PHP Scripts to run in another directory with IIS