Possible Duplicate:
How to convert Php source code to Asp.net code
Can we convert ASP.net source code into PHP .
Any helpful answered much appreciated .
Thanks Regal Singh
Possible Duplicate:
How to convert Php source code to Asp.net code
Can we convert ASP.net source code into PHP .
Any helpful answered much appreciated .
Thanks Regal Singh
Can we convert ASP.net source code into PHP .
Yes you can.
I don't know if there is a tool specifically for this, I would doubt it. But yes you can manually port asp.net to php your only hurdle is going to be .net's custom form controls like gridviews and the like. You'd also need to account for the viewstate if that were something you were using heavily in your .net web app.
For an experience php developer it shouldn't be much hassle, for a pure .Net developer it would probably be more troublesome trying to figure out how to do certain things in php that you take for granted in .net.