Click in Properties -> Advanced and select the folder where you have your html document. Look at "Default Document" to display the correct pages.
Also, you need map your .pl and .cgi extension in your registry. Go to Start -> RUN and write regedit. Click OK. Open HKEY_LOCAL_MACHINE folder. Click en [System] -> [CurrentControlSet] -> [Services] -> [W3SVC] -> [Script Map] Right Click and select "String Value". Write .pl and press enter. Double click in your new extension and in Value data write the complete path of your perl program and add %s to the end. For example: c:\perl\bin\perl.exe %s %s. Boot your Machine and call your cgi script in your browser like: localhost/cgi-bin/yourscript.pl and have fun. I hope this work for you. "Kamali Muthukrishnan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi : I installed activestate perl in windows 2000 and added the settings in IIS and it works. But in Windows 98 I installed the PWS, but don't know where to look for the PWS default website properties, to direct the .cgi files to the perl.exe Can somebody help me , please ? Kamali -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]