Forum Moderators: coopster
Does anyone have experience with this? I'm essentially going to be redoing the design anyway, but there are various dynamic features which will need replicating in PHP.
Is there any reliable way to get the ASP.NET code ported to PHP or should I just rewrite it all?
How about databases? Currently we're talking multiple Access databases, obviously I'll be going to MySQL.
I've never written ASP or ASP.NET and so I have very little idea of the complexity behind it.
All tips, hints and pointers will be well received!
You'll probably be re making the whole site from head to toe,
most asp.net sites also use asp.net controls for display purposes, to generate the html
infact, apart from gifs , other graphics , and content, you may need to think start from scratch
Have fun
ASP.NET and ASP are so radically different that converting a program from ASP to ASP.NET requires an entire reconstruction. Yes, you'll have to rebuild it from scratch for PHP.
As a developer using both ASP.NET and PHP, I can tell you right now that you might as well forget the source code for the ASP.NET program entirely right now. Don't even bother looking at it unless you need to see how something is stored in the database--and even then, it'd probably be simpler just to look at the database.
Probably not what you wanted to hear. :) Unfortunately... I've had experience with both, and experience converting a PHP application to ASP.NET--there's no way to do it short of a complete rewrite.