My company currently has a Linux server setup with a basic site that uses PHP to process some files and return data to the user.
Eventually, my boss wants me to remake it in .NET. But first, he wants me to just create a frontend for the PHP files.
It looks like all of the PHP files take parameters and return an HTML document.
What would be the best way to get this data so I can display it in an ASP.NET page?