Convert .jsp to .aspx

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
 
J

John Oakes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top