Kbase P35946: Mapping exension, other than .exe, still causes Page can not
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/8/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
SYMPTOM(s):
Getting error Page can not be found
404 Error
Using cgiip.exe
Can not access WebSpeed application
Microsoft URLscan installed
Need to disallow .exe
Mapped .wsc file extension / using cgiip.wsc
CAUSE:
Missing the new extension, .wsc, within the AllowExtensions section of the URLscan.ini file.
FIX:
If you are going to use another extension other than .exe, i.e. .wsc, then you not only have to do the basic IIS mapping of the .wsc file with the cgiip.exe file but you also need to do the following within the URLscan.ini file;
1. Enable UseAllowExtensions=1
UseAllowExtensions=1 ; if 1, use [AllowExtensions] section, else use [DenyExtensions] section
2. Add the new extension into the AllowExtension section of the URLscan.ini file [AllowExtensions]
;
; Extensions listed here are commonly used on a typical IIS server.
;
; Note that these entries are effective if "UseAllowExtensions=1"
; is set in the [Options] section above.
;
.wsc
.asp
.cer
.cdx
.asa
.htm
.html
.txt
.jpg
.jpeg
.gif
.idq
.htw
.ida