Convert .jsp to .aspx

  • Thread starter Thread starter Howzit
  • Start date Start date
H

Howzit

Hi

We have a website that is in .jsp with a mysql database.

How involved would it be to convert the front end to .aspx? Would it be
possible to copy / paste the .jsp into the .aspx pages, and run it as
embedded java script?

Would it be more adviseable to redo the whole site and start from scratch?
I have also seen a java converter for .net.
Would this take the java code and convert it to C# or J#?

Thanks
 
You cannot copy/paste the .jsp into the .aspx pages and run it as javascript
because JavaScript is not Java. JSP is Java code that is executed server
side. You could use the convert but I have never used it so I can't offer
an opinion on it. If given the choice, I would definitely start from
scratch.

-John
 
Back
Top