Hello all, Got a question for the IIS masters out there. I've been trying to work through some example JSPs in my books, but I can't seem to get past my first one because this error. HTTP 405 - Resource not allowed My web server is running win2k, and IIS5. I've gone to support.microsoft.com and this is the solution they give. In order to post to a document, you must specify the document explicitly, for example: <form method=post action=http://localhost/default.asp><input type=submit></form> I've done this and it makes no difference. My html form looks like this. <FORM ACTION="http://efickes/jsp/BasicServlet" METHOD="POST"> The BasicServlet.java just prints GET or POST based off of how I call the servlet. I know my code is correct in both the form and the .java because I downloaded the code from the book's website and got the exact same problem. I've moved the .html and .java to several directories on my web server (including the one which contains ServletExec_ISAPI.dll), and have not made any progress. Is this a configuration problem? Any input would be greatly appreciated. Eric the newbie =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". 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
