Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does anybody know a software which can change asp file to html file

Status
Not open for further replies.

dukejas

Programmer
Joined
Dec 23, 2003
Messages
4
Location
US
Does anybody know a software which can change asp file to html file cause I 'd like to create a CD of the company.

Thanks
 
what does changing pages to html have to do with creating a cd ?




135.gif


google.gif
And for additional ASP answers, download a 900+ page PDF here: thread333-721855
 
DeCojute,
Do you have better solution? Please.
 
"Does anybody know a software which can change asp file to html file cause I 'd like to create a CD of the company."

what is your purpose by asking that.??


Am I correct in assuming that you're trying to change the extensions because you just want to upload them into a different computers and have the pages work as if they're in a server??

If this is your purpose, asp pages don't work just like that...



google.gif
And for additional ASP answers, download a 900+ page PDF here: thread333-721855
 
Hi,
What do you mean by 'a CD of the Company' ?

[profile]
 
dukejas,

Can you be more specific with what you are trying to accomplish? I am unaware of a program that will specifically do what you are asking but if you could explain your problem (or what you wish to accomplish) more clearly, there may be another answer.

-----------------------------------------------------------------------------------------------------
"If you can't explain something to a six-year-old, you really don't understand it yourself."
-- Albert Einstein
 
Sorry my question is not so clear. I need to creat a CD which contain everything on our company's website which will be given to somebody who can not access our website through internet.

Our website is made by asp file and access database. I'd like to know if there is a software which can change asp file to html file. Then the user do not need to set IIS on his computer.
 
Welll... you could write an HTTP Object that sucks a representative copy of every conceivable dynamic option into variables, which you could then output to static files. THEN, you'd have to adjust every link on every page to point to the proper folder on your CD.

Possible, but I sure don't envy you.

Phil Hegedusich
Senior Web Developer
IIMAK
-----------
Boy howdy, my Liberal Studies degree really prepared me for this....
 
You can use front page and "import" a web. You'll have to change the extensions manually, but it will get a full html copy onto your hard drive.
 
dukejas, since none of my question were anwered I'll put in my two cents.


1.
In if you have asp pages that you want to put in a cd to run on anyone's pc, I would suggest pointing the entire site (all asp's) to your PWS and make sure it works.


2.
Create a DSN on the other computer, save your asp files as if they were in your testing PWS and should work. (hoping they have PWS on their machine of course)

3.
dukejas, simply by changing all .asp pages to html will not work at all. Asp pages only work/execute on a server, therefore you can not change then to HTML at all and expect them to process your intentions.





google.gif
And for additional ASP answers, download a 900+ page PDF here: thread333-721855
 
There are a couple of pieces of software out there that will allow you to run ASP pages off of a CD. I know ths topic has been covered in the past, so it may be fruitfull to use the search tab above. I haven't personally used any of this software myself, so I can't quite remember all of the options, but here is one of them:
Dynamic-CD:
Hope this helps,
-T

01000111 01101111 01110100 00100000 01000011 01101111 01100110 01100110 01100101 01100101 00111111
The never-completed website:
 
Thanks for you all. I finally found a software name "teleport" which can run ASP pages off a CD. It doesn't work so well if the menu is written by Javespricpt. But it does save lots of work.
 
Try Offline Explorer Enterprise, and ask him to grab your site, it's gonna give you pure html file, and everything is working includes your js functions... This is the best software I saw, much better than teleport
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top