IIS not allowing me to server files with .rdp extension

http-status-code-404iispermissions

I am trying to host a .rdp file that will be publically available on the internet (without password, of course). IIS is not letting me use this file – I'm getting a 404 error saying it cannot find the file. It works fine if I change the file extension to .txt.

Any idea what I'm doing wrong?

Best Answer

I recommend you try adding a .RDP MIME type to your website configuration in IIS

File name Extension: .rdp

MIME type: application/rdp

Related Topic