Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have task to convert a php website into the asp.net website and i have also the database of of php website now tell what i do ??

What I have tried:

i have tried to convert my website into the asp.net but i have faced many problem to do this work now help me to do this wokr
Posted
Updated 24-Jun-16 2:34am
Comments
F-ES Sitecore 24-Jun-16 7:34am    
You'll need to rewrite it from scratch.
SRS(The Coder) 24-Jun-16 8:26am    
how tried to convert the php application to asp.net? what you did exactly?

1 solution

Rewrite it from scratch. There is no "conversion" tool.

PHP doesn't have a database so you're going to have to find out what you really used. Chances are good it's MySQL, but...

If you don't know C# or the ASP.NET framework I SERIOUSLY recommend picking up a couple of books and working through them before you even start this project. ASP.NET is based upon a lot of conventions. This is something that you're not going to pickup easily from a couple of web tutorials and asking a few questions in forums.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 24-Jun-16 11:35am    
PHP "has a database" in the same sense as ASP.NET. But PHP is a kind of ersatz language and technology, just the cheap stuff...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900