RE: Cgi on IIS

2002-01-19 Thread SSloan
Couple of additions to my posting: > 1. A Virtual Directory called cgi-bin within your web site. It doesn't have to be called cgi-bin - though that is the normal name for the script directory. The Virtual Directory has to have the name that you are going to access via, as in: http://your_web_site/

RE: Cgi on IIS

2002-01-19 Thread Gary Hawkins
> 1. A Virtual Directory called cgi-bin within your web site. That was great. Just a couple points, the directory can be called cgi-bin but doesn't need to be. I made the same changes to one called 'store' tonight on NT4 and it works. Secondly for security reasons I've heard it generally recom

RE: Cgi on IIS

2002-01-19 Thread ss004b3324
Hi Maureen, > I set up this cgi file and html form on a Unix server. The script > changes a user's password in a text file. > > This works correctly on a Unix Server. However, I need to move these > files to an IIS server. > In testing on the IIS server, I get an HTTP Error 405- Method not > all

RE: Cgi on IIS

2002-01-18 Thread Gary Hawkins
:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 1:19 PM > To: Beginners CGI List; [EMAIL PROTECTED] > Subject: Cgi on IIS > > > > I hope someone can help me out. > > I set up this cgi file and html form on a Unix server. The script > changes a user's passw

Cgi on IIS

2002-01-18 Thread maureen
I hope someone can help me out. I set up this cgi file and html form on a Unix server. The script changes a user's password in a text file. This works correctly on a Unix Server. However, I need to move these files to an IIS server. In testing on the IIS server, I get an HTTP Error 405- Method

Re: Cgi on IIS

2002-01-17 Thread K.L. Hayes
Hello Maureen, The only time I've seen the HTTP Error 405- when submitting a form is when I've inadvertently used action="post" instead of action="POST" which I see you've done in your script. I must have banged my head on that for over an hour before I figured it out. Hope this helps. -- Best

Re: Cgi on IIS

2002-01-16 Thread Lorne Easton
gt; would need to) > > Rob > > -----Original Message- > From: maureen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 4:19 PM > To: Beginners CGI List; [EMAIL PROTECTED] > Subject: Cgi on IIS > > > > I hope someone can help me out. > > I

Re: Cgi on IIS

2002-01-16 Thread Johnathan Kupferer
Hanson, Robert wrote: >It's been a long time since I worked on IIS, but I believe the "Method not >allowed" error refers to GET, POST, PUT, and HEAD. In IIS you can >allow/deny each of these, but I forget exactly where in the MMC that this >was located, it was with the file types. > >So maybe ".

RE: Cgi on IIS

2002-01-16 Thread Hanson, Robert
ailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 4:19 PM To: Beginners CGI List; [EMAIL PROTECTED] Subject: Cgi on IIS I hope someone can help me out. I set up this cgi file and html form on a Unix server. The script changes a user's password in a text file. This works correctly on a Uni