Kbase P99231: Getting the file download pop-up box within browser when trying to access WebSpeed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/03/2005 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.x
IIS
Windows
SYMPTOM(s):
Cannot access the ?WSMAdmin utility when using cgiip.exe messenger
Getting file download pop-up box when accessing cgiip.exe within browser
Message within pop-up box states the following:
Some files can harm your computer. If the file information below looks suspicious, or you do not fully trust the source, do not open or save this file
File name: cgiip
File type: Application
From: localhost
Would you like to open the file or save it to your computer?
No message comes up when using wsisa.dll messenger
No message comes up when using other messenger version on machine (i.e., 91e, 91d, etc..)
IUSER_<machinename> is the user starting IIS
All permissions necessary for IUSER_<machinename> are correct (i.e., Anonymous access)
A physical directory exists for the OpenEdge scripts under Inetpub
CAUSE:
No virtual directory for scripts within the OpenEdge install is defined under IIS
FIX:
Added a virtual directory within IIS for OpenEdge install.
To create a new virtual directory, do the following
1. Go into the Internet Information Services under Administrative Tools
2. Go under Web Site
3. Select the Web Site, i.e., Default Web Site, and expand the directory tree
4. Right click on Default Web Site
5. Select "New"
6. Select "Virtual Directory ..."
7. Wizard will come up to create a new virtual directory
8. First question
This wizard will help you create a new virtual Directory on this Web Site
9. Select Next
10. Enter in the Alias name;
i.e., scripts10b
11. Enter or browse the location of where this directory physically exist on the server
i.e., C:\Inetpub\scripts10b
12. Ensure that the directory has at the least
Read
Run scripts
Execute
13. Finish
14. Now you can reference the WebSpeed URL again and you should not see the file download menu when you are accessing cgiip.exe.