Kbase P84805: IIS 6.0 web server needs new mime entry for .prowcapc file.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/11/2004 |
|
Status: Unverified
FACT(s) (Environment):
Windows 2003
Progress 9.1X
SYMPTOM(s):
WebClient source files on Windows 2003 server
Downloading WebClient prowcapc file locally on Windows 2003 fails
Your database name is longer than 11 characters. (448)
Downloading a remote WebClient prowcapc produces error
HTTP Error 404 - File or directory not found.
CHANGE:
Using IIS 6.0
CAUSE:
IIS 6.0 does not serve unknown mime types. IIS 6.0, unlike earlier versions, does not include a wildcard character MIME mapping to serve any file regardless of it extension.
FIX:
1. Start the IIS Manager Console (Administrative Tools)
2. Double click on local computer name
3. Select Web site > Default Web Site
4. Right click and open properties
5. Select tab HTTP Headers
6. Click on File Types button (MIME)
7. Click on the New button and add following entries:
Associated Extension: .prowcapc
Content type MIME type: application/progress-wcappcab
8. Confirm by clicking OK/Apply back to main window of Web menu