You might. The issue is that <% %> use what ever the default language is set
to. And in our environment the default got set to Java. BTW - just using <@
Language=VBScript> (not exactly the correct syntax) at the top of the .ASP
didn't help.


> -----Original Message-----
> From: drew w [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 25, 2001 4:02 PM
> To: [EMAIL PROTECTED]
> Subject: Re: JSP,Servlets and IIS
>
>
> So for every instance of <% we have to replace with <script
> language="VBScript" Runat=server> ?
>
> They both work together on IIS?
>
> Maybe I could use servlets instead of JSP?
>
>
>
> thanks,
> andrew
>
>
> >From: Brad Rhoads <[EMAIL PROTECTED]>
> >Reply-To: A mailing list about Java Server Pages specification and
> >     reference <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: JSP,Servlets and IIS
> >Date: Wed, 25 Apr 2001 15:15:57 -0500
> >
> > > -----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
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ==============================================================
> =============
> 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
>

===========================================================================
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

Reply via email to