May 1, 2007 #1 tester321 Programmer Mar 13, 2007 150 CA Hi is there a benefit to use JSP on IIS to write ASP code? Benefit like security, or application layer seperation, Thanks!
Hi is there a benefit to use JSP on IIS to write ASP code? Benefit like security, or application layer seperation, Thanks!
May 1, 2007 #2 timw Programmer May 3, 2000 1,264 GB You don't use JSP to write ASP code. JSP renders content to the client browser, just like ASP does. However, you may have been asking "What are the security and application architecture benefits of JSP over ASP?". Maybe this helps :- http://java.sun.com/products/jsp/jsp-asp.html Tim Upvote 0 Downvote
You don't use JSP to write ASP code. JSP renders content to the client browser, just like ASP does. However, you may have been asking "What are the security and application architecture benefits of JSP over ASP?". Maybe this helps :- http://java.sun.com/products/jsp/jsp-asp.html Tim