May 1, 2007 #1 tester321 Programmer Joined Mar 13, 2007 Messages 150 Location 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 Joined May 3, 2000 Messages 1,264 Location 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