-2

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

1
  • I think you mean automatically, if yes LET ME KNOW!!! Commented Feb 22, 2012 at 9:20

3 Answers 3

3

Can we convert ASP.net source code into PHP .

Yes you can.

Sign up to request clarification or add additional context in comments.

2 Comments

since (s)he is asking the question, apparently the better answer is no, YOU cannot
@Pleun, no, (s)he can. (S)he should just need to learn PHP and ASP.NET if this is not the case.
0

A quick Google search turned up this. It won't do everything, but it should get you started and save you some time.

For something a little more serious, take a look at ASPA. I'm not sure how up-to-date it is, but it's a start.

Comments

0

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.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.