I had this same problem on a new install of 2000. Tried installing Build 522 and it installed ok but it just served the perl file as a texst stream (not ideal :). I had a little look around in Internet Service Manager and noticed that the Application settings didn't seem to be setup correctly so I added them manually and it works. The main difference with IIS 5 and IIS 4 is that when defining Application Mappings in IIS 4 you specified that it was to ignore PUT and DELETE methods. In IIS 5 you tell it what to accept. Off the top of my head (I am using IIS 4 for this not 5). Right Click Server->Properties->Edit Master WWW Server Properties Home Directory->Application Settings (Configuration). In App Mappings click add and enter the following (this is the default but I am sure someone will say something). Executable: Path to perl.exe Extension: .pl Methods: POST,GET Add another for .plx (using perlis.dll) Hope this helps. Steve > -----Original Message----- > From: robert leahong [mailto:[EMAIL PROTECTED]] > Sent: 26 April 2000 02:01 > To: Perl-Win32-Web Mailing List > Subject: Configuring perl for windows 2000 after active perl has been > installed > > I had previuosly configured active perl for windows nt 4, > running internet information server after installing active perl. > It worked fine with perl, after updating the registry. > > Now I have upgraded the machine to windows 2000 and I cannot find > any literature on the web as to how I am to configure the registry > to make IIS5 work with perl. > --- You are currently subscribed to perl-win32-web as: [[email protected]] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]
