ASP.NET conversion to PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bubberz
Forum Newbie
Posts: 14
Joined: Wed Jul 13, 2005 12:05 pm

ASP.NET conversion to PHP

Post 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!
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: ASP.NET conversion to PHP

Post 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.
Post Reply