472,145 Members | 1,427 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

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!!

Sep 11 '07 #1
3 2079

<aj*****@gmail.comwrote in message
news:11**********************@b32g2000prf.googlegr oups.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
Sep 12 '07 #2

"Anthony Jones" <An*@yadayadayada.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>
<aj*****@gmail.comwrote in message
news:11**********************@b32g2000prf.googlegr oups.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
Sep 12 '07 #3
http://www.thescripts.com/forum/thread670995.html

<aj*****@gmail.comwrote in message news:11**********************@b32g2000prf.googlegr oups.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!!

Sep 12 '07 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

8 posts views Thread by Donald Xie | last post: by
reply views Thread by Saiars | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.