I have a few small scripts from an old website design running on .asp, assuming windows server.
Did a redesign with RT Template on Linux server and need to transfer a couple .asp scripts that pull various weather info and process to show in html pages.
The page with the .asp scripts is here:
rescuemarine.com/report.asp
It pulls different weather conditions from certain websites and displays them as html dynamically.
This is above my skill level to convert this .asp to make it work/display properly on a linux server.
Would appreciate any ideas or help anyone could give me. Would be willing to pay someone to convert it as well. Thanks.
Is report.asp standalone or is it just a surface of other .ASP files? I mean, is it dependent on other .asp files? If so, it could be much harder to just convert this file.
How do it pull the information? Via an API or just scrapes the data from them? It doesn't seem complex in the front-end but I need to know if it is dependent on other .ASP files. Programming is usually much more complex than what you read at first glance.