I am a beginner. I am using Apache instead of IIS. I have set up a website using dyndns.org as my host. I used your tutorial and i believe i followed all the directions. all the asp and htm pages created as well as using your directory database placed in my folder with the rest of my pages. I also registered the dll. I am wondering if it isnt working because i am using apache. is there a way to verify whether or not i am actually connected to my database. my URL is soright.dyndns.org. Please help Thanks
Re: Using Apache instead of IIS Posted: 23 Feb 2004
I'm afraid that you need Microsoft's web server, IIS or PWS for ASP pages to display properly (if you are developing them - you can other websites using ASP on your browser because the server dishing them up will understand them).
I'd stick to JSP if you want to use Apache, but even then you need another piece of software called Tomcat.