Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Saving ASP output to HTML file on the server

Reply
Thread Tools

Saving ASP output to HTML file on the server

 
 
William Morris
Guest
Posts: n/a
 
      08-18-2004
We have a number of clients using a web application. Each client sees a
slightly different version of, say, a contact input page. As a simple
example, Client #1 sees demographics, plus religious preference and race;
Client #2 sees demographics, plus veteran's status and race, but not
religion; client #3 sees only demographics. The forms don't change much,
but they do change from time to time as clients add or subtract fields.

Each of these different versions are built from a database table which
describes each form for each client. When the server is under extremely
heavy load, the db-built forms slow down some reaching the client machines.
Because most of our clients are coming from a desktop world, they want to
see the forms load as quickly as possible.

I've taken to saving the html source from the asp files to HTML files, named
for their function and the relevant employee id, i.e. contact1234.html.
When contact.asp loads for employee 1234, it looks for the corresponding
HTML file and loads it if it finds it, or continues as normal if it doesn't.
That's fine for the number of clients that we have now, but as more come
online, this process is going to become unmanageable in a real hurry.

What I'd like is to be able to click a button at the bottom of a page and
have the file generated automatically. I've experimented with the method
shown at

http://www.aspfaq.com/show.asp?id=2173

and it works great as long as nothing dependant on session is involved. Our
app uses a few session variables, and any processing that depends on that
fails as the XML object does its thing.

I'd appreciate any insight I can get.

- Wm


--
William Morris
Product Development, Seritas LLC
Kansas City, Missouri


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving Aspx Output to File On Server =?Utf-8?B?QnJ1Y2UgUmFtc2V5?= ASP .Net 2 07-06-2005 03:54 PM
EXCEL question saving a file saving the the first column as read only Luis Esteban Valencia ASP .Net 0 01-06-2005 07:02 PM
Getting HTML content from one Server and Saving it on another Server Rene Aube ASP General 1 12-23-2003 02:52 PM
Saving Images While Saving ASP Pages ! Lovely Angel For You ASP General 1 10-03-2003 12:03 AM
Saving an HTML file using ASP Fox ASP General 1 08-10-2003 05:08 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57