Page 1 of 1

asp.net to php

Posted: Fri Oct 05, 2007 6:11 am
by parker
hi all i am very new to using php i have been working with a little asp.net although not much and i have been wondering if there is any simple way to convert a asp.net page to a php page as the webserver only support php and im finding it really difficult to understand the php language if i have posted this in the wrong section i am sorry for that i could not see where to post thanks in advance for your resposes

Posted: Fri Oct 05, 2007 7:38 am
by boo
I have never used it for production web applications but have played around with it.

http://www.design215.com/toolbox/transl ... _login.php

I think this is one of the easiest ways to get you close to where you need to be.

Let us know how it works for you.

Posted: Fri Oct 05, 2007 12:31 pm
by RobertGonzalez
I am drawing a blank on the url at the moment but there was an online converter (called something like ASP2PHP) that might be able to do it. What .NET are you trying to port from?

Posted: Fri Oct 05, 2007 12:42 pm
by feyd
We've also had several threads helping users convert their ASP code to PHP.

Posted: Sun Oct 07, 2007 8:04 pm
by Doug G
classic asp to php with something like asp2php is possible, although I wouldn't bother myself. asp.NET is a totally different animal and I doubt there are any effective converters, there are too many things that don't match for an automated conversion process.