Connecting Tech Pros Worldwide Forums | Help | Site Map

CONVERT FILE.ASP TO HTM or HTML

Newbie
 
Join Date: May 2007
Posts: 2
#1: May 26 '07
I need to CONVERT file.ASP TO HTM or HTML

jhardman's Avatar
Moderator
 
Join Date: Jan 2007
Location: logan, utah
Posts: 2,690
#2: May 28 '07

re: CONVERT FILE.ASP TO HTM or HTML


open it in notepad, save as "file.html"

Is this what you wanted?

Jared
Newbie
 
Join Date: May 2007
Posts: 2
#3: Jun 16 '07

re: CONVERT FILE.ASP TO HTM or HTML


Quote:

Originally Posted by jhardman

open it in notepad, save as "file.html"

Is this what you wanted?

Jared


Not really Jared

Most of my source runs well on .asp pages and the new isp does not support ASP pages. They dont use a windows environment server base... Surely there must be a fast converting tool as I have hundereds of page to convert ?
jhardman's Avatar
Moderator
 
Join Date: Jan 2007
Location: logan, utah
Posts: 2,690
#4: Jun 17 '07

re: CONVERT FILE.ASP TO HTM or HTML


Quote:

Originally Posted by TREVOR SILKSTONE

Not really Jared

Most of my source runs well on .asp pages and the new isp does not support ASP pages. They dont use a windows environment server base... Surely there must be a fast converting tool as I have hundereds of page to convert ?

Ah, I see. You realize that static HTML pages will have none of the dynamic character of asp pages, right? If you just want to change to a static page, try caching each page and saving the cached page as *.html. That's the fastest mass conversion of which I can think.

If they are switching to apache (the current first choice for servers) you might want to look into switching to php, a very comparable scripting technology which apache supports natively. I've looked at some php code and found it fairly easy to understand, but I haven't really dug in yet. There are some plug ins you can get which allow apache to interpret asp, but they tend to be expensive and not a straight-forward installation anyway. I wish I had a better solution for you.

Jared
Reply