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