Page 1 of 1

ASP.NET conversion to PHP

Posted: Wed Jul 13, 2005 12:08 pm
by bubberz
I need to convert a small ASP.NET application to PHP.
Are there any converters out there?

The server in question is an Apache server, which to my understanding should be able to handle ASP.NET apps with Mono (http://www.mono-project.com/Main_Page)......right?

Thanks!

Re: ASP.NET conversion to PHP

Posted: Wed Jul 13, 2005 12:41 pm
by onion2k
bubberz wrote:The server in question is an Apache server, which to my understanding should be able to handle ASP.NET apps with Mono (http://www.mono-project.com/Main_Page)......right?
Sort of. Mono does a great job of running .net applications on unix, but there's still a lot of work to do, especially in converting various libraries from W32. If the .net app isn't doing anything out of the ordinary it may well work.. only way to know is to try it.

As for a code convertor.. I wouldn't bother. All the ASP->PHP convertors I've ever seen produce total junk.