Click here to Skip to main content
16,018,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a project web service.
I could transfer dicom file, but I didn't download dicom file.

What I have tried:

when I was click the file.
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
Posted
Updated 10-May-16 0:04am
Comments
Richard MacCutchan 10-May-16 3:22am    
You need to do what the message tells you.
CHill60 10-May-16 6:09am    
How many times are you going to post this question? Follow the instructions that you have been given. If after doing that, you still can't do it then give details of the exact problem in the question.

1 solution

You need to configure your IIS to serve .dcm files by adding a MIME map entry:
1. Open IIS Manager
2. Click your web site in the list
3. Open MIME Types icon
4. Click Add link and enter ".dcm" and "image/dicom" in the Extension and MIME type fields respectively
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900