> -----Original Message-----
> From: drew w [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 25, 2001 3:25 PM
> To: [EMAIL PROTECTED]
> Subject: JSP,Servlets and IIS
>
>
> Can I use ASP(Active Server Pages) and JSP on IIS or at least
> on the same
> machine. I have a website built in ASP on IIS, but I want to
> slowly start
> moving to a Java-based application. Can they play together?
>
They seem to work basicly OK togehter. The one thing I found is that we
needed to change our .ASP pages to use
<script language="VBScript" Runat=server>
. . .
</script>
instead of
<%
...
%>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets