Forum Moderators: open

Message Too Old, No Replies

Converting .asp to .html

         

mrsgoofy98

5:37 am on Nov 16, 2006 (gmt 0)

10+ Year Member



I don't know if I am inquiring in the right place, but I need to know how to convert my currently designed website (hosted on a a Windows server) that has .asp pages into a .html (linux hosted) website. I am having trouble figuring out how to make it look the same. I believe the original is designed with Dreamweaver, and I would like to be able to move it to another host. If anyone can help, I would appreciate it.

Thanks

Forum Charter [webmasterworld.com]

[edited by: tedster at 10:35 am (utc) on Nov. 16, 2006]

penders

10:07 am on Nov 16, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



ASP is a server-side scripting language, which ultimately results in sending an HTML page back to the browser. If you do have ASP script in your page, then you are likely to have to convert this to PHP (server-side language more common on linux hosting), so your pages become .php files - not simply just HTML files.

Some linux hosting are able run ASP as well.